This documentation is archived and is not being maintained.
ServiceDescriptionFormatExtension.Required Property
.NET Framework 1.1
Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is necessary for the action to which it refers.
[Visual Basic] Public Property Required As Boolean [C#] public bool Required {get; set;} [C++] public: __property bool get_Required(); public: __property void set_Required(bool); [JScript] public function get Required() : Boolean; public function set Required(Boolean);
Property Value
true if the ServiceDescriptionFormatExtension is required; otherwise, false. The default is false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ServiceDescriptionFormatExtension Class | ServiceDescriptionFormatExtension Members | System.Web.Services.Description Namespace
Show: