Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectSecurity::GetGroup Method (Type^)

 

Gets the primary group associated with the specified owner.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
IdentityReference^ GetGroup(
	Type^ targetType
)

Parameters

targetType
Type: System::Type^

The owner for which to get the primary group.

Return Value

Type: System.Security.Principal::IdentityReference^

The primary group associated with the specified owner.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft