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