SPFieldUrlValue members
Include protected members
Include inherited members
Representa o valor de um objeto SPFieldUrl .
The SPFieldUrlValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldUrlValue() | Inicializa uma nova instância da classe SPFieldUrlValue . | |
SPFieldUrlValue(String) | Inicializa uma nova instância da classe SPFieldUrlValue com base no valor do campo especificado. |
Top
Properties
Name | Description | |
---|---|---|
Description | Obtém ou define o texto descritivo para o link. | |
Url | Obtém ou define o URL para o 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 | Retorna a URL e o texto descritivo que são usados para formar um link. (Overrides Object.ToString().) |
Top