Property |
Type/Access
(R) - read-only; (W) - write-only;
(RW) - read/write. |
Comments |
Name |
String (R) |
Default property. Specifies a
group's name. |
Comment |
String (RW) |
Specifies a group's
comment. |
IsLocal |
Boolean (R) |
Returns True if the group is a
local group, i.e. this group object was obtained via UserManager.GetGroup(...,
False) or UserManager.LocalGroups. |
Members |
IUsers Object (R) |
Returns a Users collection of User
objects representing members of this group. Note that a
local group may contain Domain groups among its members,
but those Domain groups will still be represented by
User objects. In that case the IsGroup properties of these User objects will
be set to True. |
Users |
IUsers Object (R) |
Obsolete. Same as Members. Supported to provide backward
compatibility with AspNTUser. |
LocalUsers
| IUsers Object (R)
| Obsolete.Same as Members. Supported to provide
backward compatibility with AspNTUser.
|
RID |
Long (R) |
Relative Identifier (RID) of this
group. Assign this value to User.PrimaryGroupID when
changing a user's Primary
Group. |