CredentialContextSetProperty Method

Allows derived classes to add/set properties of the context.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
protected void SetProperty(
	Guid key,
	Object value
)

Parameters

key  Guid
The property ID.
value  Object
The value of the property.
See Also