Compartilhar via


SPFieldUrlValue.Url property

Obtém ou define o URL para o link.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property Url As String
    Get
    Set
'Uso
Dim instance As SPFieldUrlValue
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o URL.

Ver também

Referência

SPFieldUrlValue class

SPFieldUrlValue members

Microsoft.SharePoint namespace