DirectoryEntry.InvokeGet(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取来自本机 Active Directory 域服务对象的属性。
public:
System::Object ^ InvokeGet(System::String ^ propertyName);
public object InvokeGet (string propertyName);
public object? InvokeGet (string propertyName);
[System.Runtime.InteropServices.ComVisible(false)]
public object InvokeGet (string propertyName);
member this.InvokeGet : string -> obj
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.InvokeGet : string -> obj
Public Function InvokeGet (propertyName As String) As Object
参数
- propertyName
- String
要获取的属性的名称。
返回
表示所请求属性的对象。
- 属性
注解
不应使用此方法。 属性 Properties 应用于访问 对象的属性 DirectoryEntry 。