SPFieldMultiChoiceValue Members
Include Protected Members
Include Inherited Members
Contains the value for an SPFieldMultiChoice object.
The SPFieldMultiChoiceValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldMultiChoiceValue() | Initializes a new instance of the SPFieldMultiChoiceValue class. | |
SPFieldMultiChoiceValue(String) | Initializes a new instance of the SPFieldMultiChoiceValue class based on the specified field value. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of values in the field. | |
Delimiter | Gets the delimiter that is used to separate multichoice values. | |
Item | Gets the value at the specified index in the collection of values. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a value to the collection of multichoice values. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the current SPFieldMultiChoiceValue object to its text representation. (Overrides Object.ToString().) |
Top