LocalLogOnContextCredentials Property |
Gets the collection of log on credentials.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<LogOnCredential> Credentials { get; }
Public ReadOnly Property Credentials As ICollection(Of LogOnCredential)
Get
public:
property ICollection<LogOnCredential>^ Credentials {
ICollection<LogOnCredential>^ get ();
}
member Credentials : ICollection<LogOnCredential> with get
Property Value
Type:
ICollectionLogOnCredentialSee Also