public Dictionary<string, Object?> Labels { get; set; }
Public Property Labels As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Labels {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Labels : Dictionary<string, Object> with get, set