IContextProperties Property |
Get or set arbitrary properties to the context.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IDictionary<string, Object> Properties { get; set; }
Property Properties As IDictionary(Of String, Object)
Get
Set
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
Property Value
Type:
IDictionaryString,
ObjectSee Also