GroupDetailInfo Class

 

Represents a set of detailed information about a group.

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

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

[DataContractAttribute]
public ref class GroupDetailInfo : UserGroupCommonInfoContract

NameDescription
System_CAPS_pubmethodGroupDetailInfo()

Creates and initializes an instance of the GroupDetailInfo class.

System_CAPS_pubmethodGroupDetailInfo(GroupDetailInfo^)

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

NameDescription
System_CAPS_pubpropertyAccessLevel

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

System_CAPS_pubpropertyComputerAccess

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

System_CAPS_pubpropertyComputerAccessInherited

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

System_CAPS_pubpropertyContainerGroups

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

System_CAPS_pubpropertyDashboardAccess

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

System_CAPS_pubpropertyDashboardAccessInherited

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

System_CAPS_pubpropertyDescription

Gets or sets the description for the group.

System_CAPS_pubpropertyHomePageLinksAccess

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

System_CAPS_pubpropertyHomePageLinksAccessInherited

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

System_CAPS_pubpropertyIsSecurityGroup

Verifies whether the group is a security group.

System_CAPS_pubpropertyMediaAccess

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

System_CAPS_pubpropertyMediaAccessInherited

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

System_CAPS_pubpropertyMembers

Gets or sets the members of the group account.

System_CAPS_pubpropertyRemoteAccess

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

System_CAPS_pubpropertyRemoteAccessInherited

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

System_CAPS_pubpropertyShareAccess

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

System_CAPS_pubpropertyShareAccessInherited

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

System_CAPS_pubpropertyVpnAccess

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

System_CAPS_pubpropertyVpnAccessInherited

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top

Community Additions

ADD
Show: