Web アプリケーション MVC3 C#。
System.DirectoryServices.AccountManagement
Active Directory の管理に使用しています。
グループの所有者を確認する方法を知っている人はいますか? managedBy
財産?
グループを見つけています
var group = GroupPrincipal.FindByIdentity(directory, IdentityType.SamAccountName, groupName);
しかし、グループの所有権を探す方法がわかりません。
ありがとうございました!