SPFieldLookupValue Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPFieldLookupValue class.
Overload List
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