DataConnectorCredentialsProviderId Property |
Gets the credentials provider ID.
Namespace:
Dundas.BI.Entities.DataConnectors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Guid CredentialsProviderId { get; }Public ReadOnly Property CredentialsProviderId As Guid
Get
public:
property Guid CredentialsProviderId {
Guid get ();
}member CredentialsProviderId : Guid with get
Property Value
Type:
Guid
The credentials provider ID.
See Also