SPFieldLookupValue public class SPFieldLookupValue Documentation public int LookupId { get; set; } public virtual string LookupValue { get; protected set; } public SPFieldLookupValue() public SPFieldLookupValue(string fieldValue) public SPFieldLookupValue(int lookupId, string lookupValue)