Click or drag to resize

ProfileCredentials Property

This list stores Authentication Tokens used for each environment. The details of each token is environment specific.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<string> Credentials { get; set; }

Property Value

Type: ObservableCollectionString
See Also