GroupDetailInfo Class
Represents a set of detailed information about a group.
Assembly: UserObjectModel (in UserObjectModel.dll)
Microsoft.WindowsServerSolutions.Users::UserGroupCommonInfoContract
Microsoft.WindowsServerSolutions.Groups::GroupDetailInfo
| Name | Description | |
|---|---|---|
![]() | GroupDetailInfo() | Creates and initializes an instance of the GroupDetailInfo class. |
![]() | GroupDetailInfo(GroupDetailInfo^) | Creates and initializes an instance of the GroupDetailInfo class with an existing GroupDetailInfo object. |
| Name | Description | |
|---|---|---|
![]() | AccessLevel | Gets and sets the access level.(Inherited from UserGroupCommonInfoContract.) |
![]() | ComputerAccess | Gets and sets the computer access.(Inherited from UserGroupCommonInfoContract.) |
![]() | ComputerAccessInherited | Gets and sets a value that describes if computer access is inherited.(Inherited from UserGroupCommonInfoContract.) |
![]() | ContainerGroups | Gets a list of groups that this group is a member of. |
![]() | DashboardAccess | Gets and sets Dashboard access.(Inherited from UserGroupCommonInfoContract.) |
![]() | DashboardAccessInherited | Gets and sets a value that describes if Dashboard access is inherited.(Inherited from UserGroupCommonInfoContract.) |
![]() | Description | Gets or sets the description for the group. |
![]() | HomePageLinksAccess | Gets and sets homepage link access.(Inherited from UserGroupCommonInfoContract.) |
![]() | HomePageLinksAccessInherited | Gets and sets a value that determines if the homepage link access is inherited.(Inherited from UserGroupCommonInfoContract.) |
![]() | IsSecurityGroup | Verifies whether the group is a security group. |
![]() | MediaAccess | Gets and sets the media access.(Inherited from UserGroupCommonInfoContract.) |
![]() | MediaAccessInherited | Gets and sets a value that describes if the media access level is inherited.(Inherited from UserGroupCommonInfoContract.) |
![]() | Members | Gets or sets the members of the group account. |
![]() | RemoteAccess | Gets and sets the remote access level.(Inherited from UserGroupCommonInfoContract.) |
![]() | RemoteAccessInherited | Gets and sets a value that describes if the remote access level is inherited.(Inherited from UserGroupCommonInfoContract.) |
![]() | ShareAccess | Gets and sets the share access level.(Inherited from UserGroupCommonInfoContract.) |
![]() | ShareAccessInherited | Gets and sets a value that describes whether the share access level is inherited.(Inherited from UserGroupCommonInfoContract.) |
![]() | VpnAccess | Gets and sets the VPN access level.(Inherited from UserGroupCommonInfoContract.) |
![]() | VpnAccessInherited | Gets and sets a value that determines if the VPN access is inherited.(Inherited from UserGroupCommonInfoContract.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the current GroupDetailInfo object is equal to another GroupDetailInfo object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves a hash code for the GroupDetailInfo object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Creates and retrieves a string representation of the GroupDetailInfo object.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


