Gets a mapping of configured global instances the IGridServiceAgent was started with.

C# | Visual Basic | Visual C++ | J# |
IDictionary<string, int> RequiredGlobalInstances { get; }
ReadOnly Property RequiredGlobalInstances As IDictionary(Of String, Integer)
property IDictionary<String^, int>^ RequiredGlobalInstances { IDictionary<String^, int>^ get (); }
/** @property */ IDictionary<String, int> get_RequiredGlobalInstances()