Share via


AppInstance.SettingsPageUrl property

Gets the settings page URL of the current app instance.

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

Syntax

'Declaration
Public ReadOnly Property SettingsPageUrl As String
    Get
'Usage
Dim instance As AppInstance
Dim value As String

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

Property value

Type: System.String
The tokenized URL. The caller is responsible for replacing the tokens.

See also

Reference

AppInstance class

AppInstance members

Microsoft.SharePoint.Client namespace