如何访问一个GroupPrincipal对象的备注字段 [英] How to access the notes field on a GroupPrincipal object

查看:248
本文介绍了如何访问一个GroupPrincipal对象的备注字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我查询所有安全组在特定领域使用

I query all security groups in a specific domain using

PrincipalSearchResult<Principal> results = ps.FindAll();

其中PS是PrincipalSearcher。

where ps is a PrincipalSearcher.

然后我需要循环的结果(它转换成一GroupPrincipal第一),并找到包含在说明字段中的特定字符串的。

I then need to iterate the result (casting it to a GroupPrincipal first ) and locate the ones that contains a specific string in the notes field.

但是,从公元备注字段是appearently不在GroupPrincipal类,卫生署公共领域。 我究竟做错了什么?

But the Notes field from AD is appearently not a public field in the GroupPrincipal class, doh. What am I doing wrong ?

更新: 我已经在这一个放弃。好像是没有办法进入那个讨厌的备注字段。

Update: I have given up on this one. It seems like there is no way to access that pesky Notes field.

推荐答案

我已经回到这个challange一遍又一遍,但现在我终于放弃了。它肯定看起来像该属性是不可访问。

I have been returning to this challange over and over again, but now I have finally given up. It sure looks like that property is inaccessible.

这篇关于如何访问一个GroupPrincipal对象的备注字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆