Represents the data for an attribute. You can set one, and only one, of the elements.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AttributeValue
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AttributeValue()()()() | Initializes a new instance of the AttributeValue class | 
|  | B | 
            A Binary data type
             
             | 
|  | BS | 
            A Binary set data type
             
             | 
|  | 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.) | 
|  | N | 
            A Number data type
             
             | 
|  | NS | 
            Number set data type
             
             | 
|  | S | 
            A String data type
             
             | 
|  | SS | 
            A String set data type
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithB(MemoryStream) | Obsolete. 
            Sets the B property
             | 
|  | WithBS(array<MemoryStream>[]()[][]) | Obsolete. 
            Adds elements to the BS collection
             | 
|  | WithBS(IEnumerable<(Of <<'(MemoryStream>)>>)) | Obsolete. 
            Adds elements to the BS collection
             | 
|  | WithN(String) | Obsolete. 
            Sets the N property
             | 
|  | WithNS(array<String>[]()[][]) | Obsolete. 
            Adds elements to the NS collection
             | 
|  | WithNS(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the NS collection
             | 
|  | WithS(String) | Obsolete. 
            Sets the S property
             | 
|  | WithSS(array<String>[]()[][]) | Obsolete. 
            Adds elements to the SS collection
             | 
|  | WithSS(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the SS collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AttributeValue |