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