public List<int> MCPServerIDs { get; set; }
Public Property MCPServerIDs As List(Of Integer) Get Set
public: property List<int>^ MCPServerIDs { List<int>^ get (); void set (List<int>^ value); }
member MCPServerIDs : List<int> with get, set
In This Article