Click or drag to resize

ServicePassword Property

Gets or sets the password used to initialize service description and call the web service.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string Password { get; set; }

Property Value

Type: String
The password.
See Also