Custom properties.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public Dictionary<string, string> CustomProperties { get; set; } |
Visual Basic |
---|
Public Property CustomProperties As Dictionary(Of String, String) Get Set |
Visual C++ |
---|
public: property Dictionary<String^, String^>^ CustomProperties { Dictionary<String^, String^>^ get (); void set (Dictionary<String^, String^>^ value); } |