Name and value pair of an attribute associated with the queue.

C# |
public class Attribute

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Attribute()()()() | Initializes a new instance of the Attribute class |
![]() | 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.) |
![]() | IsSetName()()()() |
Checks if Name property is set
|
![]() | IsSetValue()()()() |
Checks if Value property is set
|
![]() | Name |
Name of the attribute.
|
![]() | ToString()()()() |
String Representation of this object. Overrides Object.ToString()
(Overrides Object.ToString()()()().) |
![]() | ToXML()()()() |
XML Representation of this object
|
![]() | Value |
Values of the attribute.
|
![]() | WithName(String) | Obsolete.
Sets the name of the attribute.
|
![]() | WithValue(String) | Obsolete.
Sets Values of the attribute.
|

Object | |
![]() | Attribute |