public List<Guid> NodeIDs { get; set; }
Public Property NodeIDs As List(Of Guid) Get Set
public: property List<Guid^>^ NodeIDs { List<Guid^>^ get (); void set (List<Guid^>^ value); }