ObjectSecurity.GetGroup(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定擁有者相關聯的主要群組。
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
要為其取得主要群組的擁有者。
傳回
與指定擁有者相關聯的主要群組。