MessageBodyMemberAttribute Class |
Namespace: System.ServiceModel
public class MessageBodyMemberAttribute : MessageContractMemberAttribute
The MessageBodyMemberAttribute type exposes the following members.
Name | Description | |
---|---|---|
MessageBodyMemberAttribute |
Initializes a new instance of the System.ServiceModel.MessageBodyMemberAttribute
class.
|
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
HasProtectionLevel |
When overridden in a derived class, gets a value that indicates whether the
member has a protection level assigned.
(Inherited from MessageContractMemberAttribute.) | |
Name |
Specifies the name of the element that corresponds to this member.
(Inherited from MessageContractMemberAttribute.) | |
Namespace |
Specifies the namespace of the element that corresponds to this member.
(Inherited from MessageContractMemberAttribute.) | |
Order |
Gets or sets a value that indicates the position in which the member is serialized
into the SOAP body.
| |
ProtectionLevel |
Specifies whether the member is to be transmitted as-is, signed, or signed
and encrypted.
(Inherited from MessageContractMemberAttribute.) |