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