SPFieldUserValue members
Contains the value for an SPFieldUser object.
The SPFieldUserValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldUserValue() | Initializes a new instance of the SPFieldUserValue class. | |
SPFieldUserValue(SPWeb) | Initializes a new instance of the SPFieldUserValue class based on the specified Web site. | |
SPFieldUserValue(SPWeb, String) | Initializes a new instance of the SPFieldUserValue class based on the specified Web site and field value. | |
SPFieldUserValue(SPWeb, Int32, String) | Initializes a new instance of the SPFieldUserValue class based on the specified Web site, lookup ID, and lookup value. |
Top
Properties
Name | Description | |
---|---|---|
LoginName | Gets the login name of the user. | |
LookupId | Gets or sets the identifier (ID) of the lookup field. (Inherited from SPFieldLookupValue.) | |
LookupValue | Gets the value of the user field as a string. (Overrides SPFieldLookupValue.LookupValue.) | |
SipAddress | Gets the Session Initiation Protocol (SIP) address of the user. | |
User | Gets the user that is associated with the field value. |
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. (Inherited from SPFieldLookupValue.) |
Top