WS_ANY_ATTRIBUTE structure (webservices.h)
This type is used to store an attribute that has not been directly mapped to a field.
Syntax
typedef struct _WS_ANY_ATTRIBUTE {
WS_XML_STRING localName;
WS_XML_STRING ns;
WS_XML_TEXT *value;
} WS_ANY_ATTRIBUTE;
Members
localName
Specifies the localName of the attribute.
ns
Specifies the namespace of the attribute.
value
Specifies the value of the attribute. This field may not be NULL.
Remarks
This structure is used with WS_ANY_ATTRIBUTES.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |