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