言語

ExtensionParameter.Required プロパティ

定義

設定が必要かどうかを示す値を得ます。

public:
 property bool Required { bool get(); void set(bool value); };
public bool Required { get; set; }
member this.Required : bool with get, set
Public Property Required As Boolean

プロパティ値

true 拡張設定が必要な場合;それ以外は false

注釈

Requiredプロパティの値は対応するRequiredSpecifiedプロパティを持ち、このプロパティをWebサービス呼び出しから除外すべきかどうかを示します。

プロパティの省略についての詳細は、「 オプションのWebサービスオブジェクトの値の省略」を参照してください。

適用対象