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