IndexedPropertyDefinition 类

定义

表示索引属性定义。

public ref class IndexedPropertyDefinition sealed : Microsoft::Exchange::WebServices::Data::ServiceObjectPropertyDefinition
public sealed class IndexedPropertyDefinition : Microsoft.Exchange.WebServices.Data.ServiceObjectPropertyDefinition
Public NotInheritable Class IndexedPropertyDefinition
Inherits ServiceObjectPropertyDefinition
继承

属性

Index

获取 属性的索引。

Type

获取属性类型。

Version

获取支持此属性的最低 Exchange 版本。

(继承自 ServiceObjectPropertyDefinition)

方法

Equals(Object)

确定给定的索引属性定义是否等于此索引属性定义。

GetHashCode()

用作特定类型的哈希函数。

GetJsonType()

获取关联属性的 javaScript 对象表示法 (JSON) 变量类型,例如 字符串数字对象数组布尔值。 方法GetJsonType()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

(继承自 ServiceObjectPropertyDefinition)
ToString()

返回一个 String 表示当前 Object的 。

(继承自 PropertyDefinitionBase)

运算符

Equality(IndexedPropertyDefinition, IndexedPropertyDefinition)

确定 IndexedPropertyDefinition 的两个指定实例是否相等。

Inequality(IndexedPropertyDefinition, IndexedPropertyDefinition)

确定 IndexedPropertyDefinition 的两个指定实例是否不相等。

适用于