ObjectSecurity.GetGroup(Type) Método
Definição
Obtém o grupo primário associado ao proprietário especificado.Gets the primary group associated with the specified owner.
public:
System::Security::Principal::IdentityReference ^ GetGroup(Type ^ targetType);
public System.Security.Principal.IdentityReference GetGroup (Type targetType);
public System.Security.Principal.IdentityReference? GetGroup (Type targetType);
member this.GetGroup : Type -> System.Security.Principal.IdentityReference
Public Function GetGroup (targetType As Type) As IdentityReference
Parâmetros
- targetType
- Type
O proprietário para o qual obter grupo primário.The owner for which to get the primary group.
Retornos
O grupo primário associado ao proprietário especificado.The primary group associated with the specified owner.