ServiceDescriptionFormatExtension.Required プロパティ

定義

参照先のアクションに ServiceDescriptionFormatExtension が必要かどうかを示す値を取得または設定します。

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 ServiceDescriptionFormatExtensionが必要な場合は。それ以外の場合はfalse。 既定値は false です。

適用対象