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
)
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