System::Web::Services::WebServiceAttribute class

WebServiceAttribute class

Adds additional information to the XML Web service. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class WebServiceAttribute : public System::Attribute

Methods

MethodDescription
get_Description()Gets a message that contains the XML Web service description.
get_Name()Gets the XML Web service’s name.
get_Namespace()Gets the default namespace to use for the XML Web service.
set_Description(String)Sets a message that contains the XML Web service description.
set_Name(String)Sets the XML Web service’s name.
set_Namespace(String)Sets the default namespace to use for the XML Web service.
WebServiceAttribute()Constructs a new instance.

Fields

FieldDescription
static DefaultNamespaceRTTI information.

See Also