Share via


ApplicationContext.Current Property

Gets the current Silverlight application context.

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

Syntax

'Declaration
Public Shared ReadOnly Property Current As ApplicationContext
    Get
'Usage
Dim value As ApplicationContext

value = ApplicationContext.Current
public static ApplicationContext Current { get; }

Property Value

Type: Microsoft.SharePoint.Client.ApplicationContext
The current Silverlight application context.

See Also

Reference

ApplicationContext Class

ApplicationContext Members

Microsoft.SharePoint.Client Namespace