SPWeb.AppDatabaseName property

Gets the name of the app database associated with this Web. This property can be a null reference (Nothing in Visual Basic).

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

Syntax

'Declaration
Public ReadOnly Property AppDatabaseName As String
    Get
'Usage
Dim instance As SPWeb
Dim value As String

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

Property value

Type: System.String
The database name.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace