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