SPLimitedWebPartManager.ServerRelativeUrl property
Obtém a URL relativa ao servidor da página de Web Parts.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ServerRelativeUrl As String
Get
'Uso
Dim instance As SPLimitedWebPartManager
Dim value As String
value = instance.ServerRelativeUrl
public string ServerRelativeUrl { get; }
Property value
Type: System.String