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