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