ExtendedPropertyDefinition クラス

定義

拡張プロパティの定義を表します。

public ref class ExtendedPropertyDefinition sealed : Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase
public sealed class ExtendedPropertyDefinition : Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase
Public NotInheritable Class ExtendedPropertyDefinition
Inherits PropertyDefinitionBase
継承
ExtendedPropertyDefinition

コンストラクター

ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType)

で指定されたプロパティ セット、、および でpropertySetid指定された MAPI 型mapiTypeを持つ ExtendedPropertyDefinition クラスの新しいインスタンスを初期化します。

ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType)

で指定されたプロパティ セット、、 で propertySet指定された MAPI namemapiTypeを持つ ExtendedPropertyDefinition クラスの新しいインスタンスを初期化します。

ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType)

で指定されたプロパティ セット識別子、および でpropertySetIdid指定された MAPI 型mapiTypeを持つ ExtendedPropertyDefinition クラスの新しいインスタンスを初期化します。

ExtendedPropertyDefinition(Guid, String, MapiPropertyType)

によって指定されたプロパティ セット識別子、、および でpropertySetIdname指定された MAPI 型mapiTypeを持つ ExtendedPropertyDefinition クラスの新しいインスタンスを初期化します。

ExtendedPropertyDefinition(Int32, MapiPropertyType)

で指定されたタグと で指定mapiTypeされた tag MAPI 型を持つ ExtendedPropertyDefinition クラスの新しいインスタンスを初期化します。

プロパティ

Id

拡張プロパティの ID を取得します。

MapiType

拡張プロパティの MAPI 型を取得します。

Name

拡張プロパティの名前を取得します。

PropertySet

拡張プロパティのプロパティ セットを取得します。

PropertySetId

拡張プロパティのプロパティ セット ID を取得します。

Tag

拡張プロパティのタグを取得します。

Type

プロパティの型を取得します。

Version

この拡張プロパティをサポートする Exchange の最小バージョンを取得します。

メソッド

Equals(Object)

指定された拡張プロパティ定義がこの拡張プロパティ定義と等しいかどうかを判断します。

GetHashCode()

ExtendedPropertyDefinition オブジェクトのハッシュ コードを返します。

GetJsonType()

関連付けられたプロパティの JavaScript Object Notation (JSON) 変数型 ( 文字列数値オブジェクト配列ブール型など) を取得します。 このGetJsonType()方法は、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用できます。

(継承元 PropertyDefinitionBase)
ToString()

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

(継承元 PropertyDefinitionBase)

演算子

Equality(ExtendedPropertyDefinition, ExtendedPropertyDefinition)

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

Inequality(ExtendedPropertyDefinition, ExtendedPropertyDefinition)

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

適用対象