Gets or sets custom properties for the lookup.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Dictionary<string, string> CustomProperties { get; set; }
Public Property CustomProperties As Dictionary(Of String, String) Get Set
public: property Dictionary<String^, String^>^ CustomProperties { Dictionary<String^, String^>^ get (); void set (Dictionary<String^, String^>^ value); }
/** @property */ public Dictionary<String, String> get_CustomProperties() /** @property */ public void set_CustomProperties(Dictionary<String, String> value)