CredentialContext Constructor (IDictionaryGuid, Object)

Initializes a new instance of the CredentialContext class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public CredentialContext(
	IDictionary<Guid, Object> properties
)

Parameters

properties
Type: System.Collections.GenericIDictionaryGuid, Object
The properties to expose in the context, or if no properties are required.
See Also