TestEnvironmentCredentials Property |
Credentials used in Basic and Digest authentication
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public ObservableCollection<Variable<Credential>> Credentials { get; set; }
<DataMemberAttribute>
Public Property Credentials As ObservableCollection(Of Variable(Of Credential))
Get
Set
public:
[DataMemberAttribute]
property ObservableCollection<Variable<Credential^>^>^ Credentials {
ObservableCollection<Variable<Credential^>^>^ get ();
void set (ObservableCollection<Variable<Credential^>^>^ value);
}
[<DataMemberAttribute>]
member Credentials : ObservableCollection<Variable<Credential>> with get, set
Property Value
Type:
ObservableCollectionVariableCredentialSee Also