IUserDynamicProperties Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Dictionary<string, string> DynamicProperties { get; set; }
Property DynamicProperties As Dictionary(Of String, String)
Get
Set
property Dictionary<String^, String^>^ DynamicProperties {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
abstract DynamicProperties : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also