Open this page in the API Guide

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

Parameters

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