FileVersion.Url property

Gets a value that specifies the relative URL of the file version based on the URL for the site or subsite.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Url As String
    Get
'Usage
Dim instance As FileVersion
Dim value As String

value = instance.Url
public string Url { get; }

Property value

Type: System.String
Returns a String instance representing the relative URL of the file version based on the URL for the site or subsite.

Remarks

It must not be empty. It must be a URL of relative form.

See also

Reference

FileVersion class

FileVersion members

Microsoft.SharePoint.Client namespace