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