GroupDetailInfo Class

 

Represents a set of detailed information about a group.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Users.UserGroupCommonInfoContract
    Microsoft.WindowsServerSolutions.Groups.GroupDetailInfo

Syntax

[DataContractAttribute]
public class GroupDetailInfo : UserGroupCommonInfoContract
[DataContractAttribute]
public ref class GroupDetailInfo : UserGroupCommonInfoContract
<DataContractAttribute>
Public Class GroupDetailInfo
    Inherits UserGroupCommonInfoContract

Constructors

Name Description
System_CAPS_pubmethod GroupDetailInfo()

Creates and initializes an instance of the GroupDetailInfo class.

System_CAPS_pubmethod GroupDetailInfo(GroupDetailInfo)

Creates and initializes an instance of the GroupDetailInfo class with an existing GroupDetailInfo object.

Properties

Name Description
System_CAPS_pubproperty AccessLevel

Gets and sets the access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty ComputerAccess

Gets and sets the computer access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty ComputerAccessInherited

Gets and sets a value that describes if computer access is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty ContainerGroups

Gets a list of groups that this group is a member of.

System_CAPS_pubproperty DashboardAccess

Gets and sets Dashboard access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty DashboardAccessInherited

Gets and sets a value that describes if Dashboard access is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty Description

Gets or sets the description for the group.

System_CAPS_pubproperty HomePageLinksAccess

Gets and sets homepage link access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty HomePageLinksAccessInherited

Gets and sets a value that determines if the homepage link access is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty IsSecurityGroup

Verifies whether the group is a security group.

System_CAPS_pubproperty MediaAccess

Gets and sets the media access.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty MediaAccessInherited

Gets and sets a value that describes if the media access level is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty Members

Gets or sets the members of the group account.

System_CAPS_pubproperty RemoteAccess

Gets and sets the remote access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty RemoteAccessInherited

Gets and sets a value that describes if the remote access level is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty ShareAccess

Gets and sets the share access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty ShareAccessInherited

Gets and sets a value that describes whether the share access level is inherited.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty VpnAccess

Gets and sets the VPN access level.(Inherited from UserGroupCommonInfoContract.)

System_CAPS_pubproperty VpnAccessInherited

Gets and sets a value that determines if the VPN access is inherited.(Inherited from UserGroupCommonInfoContract.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the current GroupDetailInfo object is equal to another GroupDetailInfo object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Retrieves a hash code for the GroupDetailInfo object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Creates and retrieves a string representation of the GroupDetailInfo object.(Overrides Object.ToString().)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Groups Namespace

Return to top