
C# |
public class MessageAttributeValue

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MessageAttributeValue()()()() | Initializes a new instance of the MessageAttributeValue class |
![]() | BinaryListValue |
Gets and sets the property BinaryListValues.
|
![]() | BinaryListValueRaw | |
![]() | BinaryValue |
The MemoryStream of a message attribute.
|
![]() | BinaryValueRaw | |
![]() | DataType |
The DataType of this attribute value.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetBinaryListValue()()()() |
Checks if BinaryListValue property is set
|
![]() | IsSetBinaryValue()()()() |
Checks if BinaryValue property is set
|
![]() | IsSetDataType()()()() |
Checks if DataType property is set
|
![]() | IsSetStringListValue()()()() |
Checks if StringListValue property is set
|
![]() | IsSetStringValue()()()() |
Checks if StringValue property is set
|
![]() | StringListValue |
Gets and sets the property StringListValue.
|
![]() | StringValue |
The string of a message attribute.
|
![]() | ToString()()()() |
String Representation of this object. Overrides Object.ToString()
(Overrides Object.ToString()()()().) |
![]() | ToXML()()()() |
XML Representation of this object
|
![]() | WithBinaryListValue(array<MemoryStream>[]()[][]) | Obsolete.
Sets the MemoryStreams of a message attribute.
|
![]() | WithBinaryValue(MemoryStream) | Obsolete.
Sets the MemoryStream of a message attribute.
|
![]() | WithDataType(String) | Obsolete.
Sets the DataType of this attribute value.
|
![]() | WithStringListValue(array<String>[]()[][]) | Obsolete.
Sets the MemoryStreams of a message attribute.
|
![]() | WithStringValue(String) | Obsolete.
Sets the string of a message attribute.
|

Object | |
![]() | MessageAttributeValue |