System::Web::Services::Soap::Attribute Class Reference

Contains the names of the SOAP attributes. More...

Public Member Functions

 Attribute ()=delete
 The default constructor is deleted. More...
 

Static Public Attributes

static const String MustUnderstand
 The string representation of the 'mustUnderstand' attribute name. More...
 
static const String Actor
 The string representation of the 'actor' attribute name. More...
 
static const String EncodingStyle
 The string representation of the 'encodingStyle' attribute name. More...
 
static const String Lang
 The string representation of the 'lang' attribute name. More...
 
static const String ConformsTo
 The string representation of the 'conformsTo' attribute name. More...
 

Detailed Description

Contains the names of the SOAP attributes.

Constructor & Destructor Documentation

◆ Attribute()

System::Web::Services::Soap::Attribute::Attribute ( )
delete

The default constructor is deleted.

Member Data Documentation

◆ Actor

const String System::Web::Services::Soap::Attribute::Actor
static

The string representation of the 'actor' attribute name.

◆ ConformsTo

const String System::Web::Services::Soap::Attribute::ConformsTo
static

The string representation of the 'conformsTo' attribute name.

◆ EncodingStyle

const String System::Web::Services::Soap::Attribute::EncodingStyle
static

The string representation of the 'encodingStyle' attribute name.

◆ Lang

const String System::Web::Services::Soap::Attribute::Lang
static

The string representation of the 'lang' attribute name.

◆ MustUnderstand

const String System::Web::Services::Soap::Attribute::MustUnderstand
static

The string representation of the 'mustUnderstand' attribute name.