Click or drag to resize
MessageBodyMemberAttribute Properties

The MessageBodyMemberAttribute type exposes the following members.

Properties
  NameDescription
Public propertyHasProtectionLevel
When overridden in a derived class, gets a value that indicates whether the member has a protection level assigned.
(Inherited from MessageContractMemberAttribute.)
Public propertyName
Specifies the name of the element that corresponds to this member.
(Inherited from MessageContractMemberAttribute.)
Public propertyNamespace
Specifies the namespace of the element that corresponds to this member.
(Inherited from MessageContractMemberAttribute.)
Public propertyOrder
Gets or sets a value that indicates the position in which the member is serialized into the SOAP body.
Public propertyProtectionLevel
Specifies whether the member is to be transmitted as-is, signed, or signed and encrypted.
(Inherited from MessageContractMemberAttribute.)
Top
See Also