 | ContextBaseId Property |
[Missing <summary> documentation for "P:OpenFin.FDC3.Context.ContextBase.Id"]
Namespace:
OpenFin.FDC3.Context
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic Dictionary<string, string> Id { get; set; }Public Property Id As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Id {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}Property Value
Type:
DictionaryString,
String
See Also