WikiPageCreationInformation.ServerRelativeUrl property

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

Syntax

'Declaration
Public Property ServerRelativeUrl As String
    Get
    Set
'Usage
Dim instance As WikiPageCreationInformation
Dim value As String

value = instance.ServerRelativeUrl

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

Property value

Type: System.String

See also

Reference

WikiPageCreationInformation class

WikiPageCreationInformation members

Microsoft.SharePoint.Client.Utilities namespace