SPFieldLookupValue Members
Include Protected Members
Include Inherited Members
Contains the value for an SPFieldLookup object.
The SPFieldLookupValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldLookupValue() | Initializes a new instance of the SPFieldLookupValue class. | |
SPFieldLookupValue(String) | Initializes a new instance of the SPFieldLookupValue class that is based on the specified field value. | |
SPFieldLookupValue(Int32, String) | Initializes a new instance of the SPFieldLookupValue class that is based on the specified lookup identifier (ID) and value. |
Top
Properties
Name | Description | |
---|---|---|
LookupId | Gets or sets the identifier (ID) of the lookup field. | |
LookupValue | Gets the value of the lookup field as a string. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the name of the Lookup field. (Overrides Object.ToString().) |
Top