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 (24.3.0.1000)
Syntax
protected void SetProperty(
	Guid key,
	Object value
)

Parameters

key
Type: SystemGuid
The property ID.
value
Type: SystemObject
The value of the property.
See Also