CredentialContextSetProperty Method |
Allows derived classes to add/set properties of the context.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The property ID.
- value Object
- The value of the property.
See Also