SPAppInstance.ImageUrl property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ImageUrl As Uri
Get
'Usage
Dim instance As SPAppInstance
Dim value As Uri
value = instance.ImageUrl
public Uri ImageUrl { get; }
Property value
Type: System.Uri