CredentialContext Constructor (IDictionaryGuid, Object) |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic CredentialContext(
IDictionary<Guid, Object> properties
)
Public Sub New (
properties As IDictionary(Of Guid, Object)
)
public:
CredentialContext(
IDictionary<Guid, Object^>^ properties
)
new :
properties : IDictionary<Guid, Object> -> CredentialContextParameters
- properties
- Type: System.Collections.GenericIDictionaryGuid, Object
The properties to expose in the context, or if no properties are required.
See Also