RequestOptionsCredential Property |
The name of the profile used by UserName/Password based authentication.
Or, None for Anonymous
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string Credential { get; set; }
<DataMemberAttribute>
Public Property Credential As String
Get
Set
public:
[DataMemberAttribute]
property String^ Credential {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Credential : string with get, set
Property Value
Type:
StringSee Also