AppManifest.Identity Property (2003 System)

Gets or sets information about the application manifest.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Property Identity As AssemblyIdentity
'Usage
Dim instance As AppManifest
Dim value As AssemblyIdentity

value = instance.Identity

instance.Identity = value
public AssemblyIdentity Identity { get; set; }

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.Runtime.AssemblyIdentity
An AssemblyIdentity that provides information about the application manifest.

Permissions

See Also

Reference

AppManifest Class

AppManifest Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace