OrderByCollection.Remove(PropertyDefinitionBase) メソッド

定義

指定したプロパティ定義をコレクションから削除します。

public:
 bool Remove(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition);
public bool Remove (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition);
Public Function Remove (propertyDefinition As PropertyDefinitionBase) As Boolean

パラメーター

propertyDefinition
PropertyDefinitionBase

削除するプロパティ定義。

戻り値

プロパティ定義が削除された場合は true。それ以外の場合は false

適用対象