ObjectSecurity.GetGroup(Type) Metódus

Definíció

Lekéri a megadott tulajdonoshoz társított elsődleges csoportot.

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

Paraméterek

targetType
Type

Az elsődleges csoport lekéréséhez szükséges tulajdonos.

Válaszok

A megadott tulajdonoshoz társított elsődleges csoport.

A következőre érvényes: