ServiceDescriptionFormatExtension::Required Property

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property bool Required {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: