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