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