CredentialAnonymous Property |
Gets the static Anonymous Credential
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Credential Anonymous { get; }
Public Shared ReadOnly Property Anonymous As Credential
Get
public:
static property Credential^ Anonymous {
Credential^ get ();
}
static member Anonymous : Credential with get
Property Value
Type:
Credential
The anonymous.
See Also