CredentialContext.Properties Property |
Gets the properties of the context.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic IReadOnlyDictionary<Guid, Object> Properties { get; }
Public ReadOnly Property Properties As IReadOnlyDictionary(Of Guid, Object)
Get
public:
property IReadOnlyDictionary<Guid, Object^>^ Properties {
IReadOnlyDictionary<Guid, Object^>^ get ();
}
member Properties : IReadOnlyDictionary<Guid, Object> with get
Property Value
Type:
IReadOnlyDictionary<Guid,
Object>
Remarks
This is a dictionary (keyed by property ID) populated by the creating
DataSourceCredentialProvider
which contains values documented by the credential provider.
See Also