CamlQuery.FolderServerRelativePath property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property FolderServerRelativePath As ResourcePath
Get
Set
'Usage
Dim instance As CamlQuery
Dim value As ResourcePath
value = instance.FolderServerRelativePath
instance.FolderServerRelativePath = value
public ResourcePath FolderServerRelativePath { get; set; }
Property value
Type: Microsoft.SharePoint.Client.ResourcePath