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 (25.3.0.1000)
Syntaxprotected void SetProperty(
	Guid key,
	Object value
)
Protected Sub SetProperty ( 
	key As Guid,
	value As Object
)
protected:
void SetProperty(
	Guid key, 
	Object^ value
)
member SetProperty : 
        key : Guid * 
        value : Object -> unit 
Parameters
- key
 - Type: SystemGuid
The property ID. - value
 - Type: SystemObject
The value of the property. 
See Also