Click or drag to resize
MessageBodyMemberAttribute Class
Specifies that a member is serialized as an element inside the SOAP body.
Inheritance Hierarchy

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public class MessageBodyMemberAttribute : MessageContractMemberAttribute

The MessageBodyMemberAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessageBodyMemberAttribute
Initializes a new instance of the System.ServiceModel.MessageBodyMemberAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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