Share via


DatabaseContext.AppInstanceId property

The unique ID of the app

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

Syntax

'Declaration
Public Property AppInstanceId As Guid
    Get
    Set
'Usage
Dim instance As DatabaseContext
Dim value As Guid

value = instance.AppInstanceId

instance.AppInstanceId = value
public Guid AppInstanceId { get; set; }

Property value

Type: System.Guid

See also

Reference

DatabaseContext class

DatabaseContext members

Microsoft.SharePoint.Administration.DatabaseProvider namespace