Compartilhar via


SPListItemInfo.Url property

Obtém ou define o URL relativo do site do item.

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

Syntax

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

value = instance.Url

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

Property value

Type: System.String
A URL relativa do site do item.

Ver também

Referência

SPListItemInfo class

SPListItemInfo members

Microsoft.SharePoint namespace