ServiceObjectSchema クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべてのアイテム、フォルダー、会話スキーマの基本クラスを表します。
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 に適用できます。 |