SPContext.ListItemServerRelativeUrl property
Obtém ou define o URL relativo ao servidor do item de lista no contexto HTTP atual de Microsoft SharePoint Foundation.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ListItemServerRelativeUrl As String
Get
Set
'Uso
Dim instance As SPContext
Dim value As String
value = instance.ListItemServerRelativeUrl
instance.ListItemServerRelativeUrl = value
public string ListItemServerRelativeUrl { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o URL.