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