ServiceDescriptionFormatExtension.Required Property

Definition

Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is necessary for the action to which it refers.

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

Property Value

true if the ServiceDescriptionFormatExtension is required; otherwise, false. The default is false.

Applies to