ObjectSecurity.GetGroup(Type) 方法

定義

取得與指定擁有者相關聯的主要群組。

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

參數

targetType
Type

要為其取得主要群組的擁有者。

傳回

與指定擁有者相關聯的主要群組。

適用於