ActiveDirectoryObjectNotFoundException.Type 属性
定义
获取所请求的对象的类型。Gets the type of the requested object.
public:
property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type
属性值
- Type
一个 Type 对象,它表示所请求的对象的类型。A Type object that represents the type of the requested object.
适用于
另请参阅