ClientRuntimeContext.Url property

Gets the URL associated with the runtime context.

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

Syntax

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

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

Property value

Type: System.String
The URL associated with the runtime context.

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace