ObjectSecurity.GetGroup(Type) 方法

定義

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

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

擁有者是為了取得主要群組。

傳回

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

適用於