ChangeList.RootFolderUrl property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RootFolderUrl As String
Get
'Usage
Dim instance As ChangeList
Dim value As String
value = instance.RootFolderUrl
public string RootFolderUrl { get; }
Property value
Type: System.String