Open this page in the API Guide

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)
Syntax
public IReadOnlyDictionary<Guid, Object> Properties { 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