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