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

プライマリ グループを取得する対象の所有者。

戻り値

指定された所有者に関連付けられているプライマリ グループ。

適用対象