SPFieldUrlValue Members
Include Protected Members
Include Inherited Members
Represents the value for an SPFieldUrl object.
The SPFieldUrlValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldUrlValue() | Initializes a new instance of the SPFieldUrlValue class. | |
SPFieldUrlValue(String) | Initializes a new instance of the SPFieldUrlValue class based on the specified field value. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the descriptive text for the link. | |
Url | Gets or sets the URL for the link. |
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 URL and descriptive text that are used to form a link. (Overrides Object.ToString().) |
Top