次の方法で共有


ServiceObjectSchema クラス

定義

すべてのアイテム、フォルダー、会話スキーマの基本クラスを表します。

public ref class ServiceObjectSchema abstract : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinition ^>
public abstract class ServiceObjectSchema : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinition>
Public MustInherit Class ServiceObjectSchema
Implements IEnumerable(Of PropertyDefinition)
継承
ServiceObjectSchema
派生
実装

フィールド

ExtendedProperties

ExtendedProperties プロパティを定義します。

メソッド

GetEnumerator()

スキーマのプロパティの列挙子を提供します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

スキーマ内のプロパティを反復処理する列挙子を取得します。 このIEnumerable.GetEnumerator()方法は、2013 年Exchange Serverを対象とするクライアントと、Exchange Online以降のバージョンの Exchange に適用できます。

適用対象