ClientRuntimeContext.ApplicationName property

Gets or sets the name of the runtime where the current client application is located.

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

Syntax

'Declaration
Public Property ApplicationName As String
    Get
    Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As String

value = instance.ApplicationName

instance.ApplicationName = value
public string ApplicationName { get; set; }

Property value

Type: System.String
The name of the runtime where the client application is located.

See also

Reference

ClientRuntimeContext class

ClientRuntimeContext members

Microsoft.SharePoint.Client namespace