LocalLogOnContextCredentials Property |
Gets the collection of log on credentials.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
ICollectionLogOnCredential
See Also