Click or drag to resize

RequestOptionsPassword Property

Gets or sets the Password of the authentication if user do not want to use the Credential from the Profile

Namespace:  Hummingbird.TestFramework.Services
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