WsdlServiceOptionsPassword Property |
Gets or sets the saved password to get the service description
Namespace:
Hummingbird.TestFramework.CodeGenerator
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string Password { get; set; }
<DataMemberAttribute>
Public Property Password As String
Get
Set
public:
[DataMemberAttribute]
property String^ Password {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Password : string with get, set
Property Value
Type:
String
The saved password.
See Also