SPAppUsageEntry.InstallLocation property
Gets or sets the URL location of the app instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property InstallLocation As String
Get
Set
'Usage
Dim instance As SPAppUsageEntry
Dim value As String
value = instance.InstallLocation
instance.InstallLocation = value
public string InstallLocation { get; set; }
Property value
Type: System.String
The URL of the app instance.