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 Object Notation (JSON) 変数型 ( 文字列数値オブジェクト配列ブール型など) を取得します。 このGetJsonType()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

(継承元 ServiceObjectPropertyDefinition)
ToString()

現在Objectの をString表す を返します。

(継承元 PropertyDefinitionBase)

演算子

Equality(IndexedPropertyDefinition, IndexedPropertyDefinition)

IndexedPropertyDefinition の指定された 2 つのインスタンスが等しいかどうかを判断します。

Inequality(IndexedPropertyDefinition, IndexedPropertyDefinition)

IndexedPropertyDefinition の指定された 2 つのインスタンスが等しくないかどうかを判断します。

適用対象