How to access the notes field on a GroupPrincipal object

后端 未结 4 566
无人共我
无人共我 2021-01-24 21:47

I query all security groups in a specific domain using

PrincipalSearchResult results = ps.FindAll();

where ps is a PrincipalS

4条回答
  •  庸人自扰
    2021-01-24 22:16

    For anybody using the "info" attribute:note that it will throw an exception if using an empty string or null value.

提交回复
热议问题