SPAppInstance.PackageFingerprint property

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

Syntax

'Declaration
Public ReadOnly Property PackageFingerprint As Byte()
    Get
'Usage
Dim instance As SPAppInstance
Dim value As Byte()

value = instance.PackageFingerprint
public byte[] PackageFingerprint { get; }

Property value

Type: []

See also

Reference

SPAppInstance class

SPAppInstance members

Microsoft.SharePoint.Administration namespace