ServiceObject.Item[PropertyDefinitionBase] プロパティ

定義

このインスタンスで指定したプロパティの値を取得します。

public:
 property System::Object ^ default[Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^] { System::Object ^ get(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition); };
public object this[Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition] { get; }
Default Public ReadOnly Property Item(propertyDefinition As PropertyDefinitionBase) As Object

パラメーター

propertyDefinition
PropertyDefinitionBase

取得するプロパティの定義。

プロパティ値

プロパティ。

例外

プロパティには、新しいバージョンの Exchange が必要です。

プロパティが割り当てられていないか、読み込まれていません。 -or-The プロパティは更新または削除できません。

適用対象