PropertySet.Remove(PropertyDefinitionBase) メソッド

定義

指定したプロパティをセットから削除します。

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

パラメーター

property
PropertyDefinitionBase

削除するプロパティ。

戻り値

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

適用対象