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