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