| UserGroupMemberIds Property |
Contains userids for the users who are members of the group.
MemberIds can only be used if MembersAvailable is true - if not accessing it will cause an error.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic IEnumerable<int> MemberIds { get; }
Property Value
Type:
IEnumerableInt32
See Also