| SDDPServerKnownServers Property |
Gets the dicionary of known servers.
Namespace:
CSharpGrid.SDDP
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Dictionary<string, NodeInfo> KnownServers { get; }
public:
static property Dictionary<String^, NodeInfo^>^ KnownServers {
Dictionary<String^, NodeInfo^>^ get ();
}
Property Value
Type:
DictionaryString,
NodeInfoDictionary of
NodeInfoSee Also