Manifest.AssemblyIdentity Property

Definition

Specifies the identity of the manifest.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyIdentity ^ AssemblyIdentity { Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyIdentity ^ get(); void set(Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyIdentity ^ value); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity AssemblyIdentity { get; set; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity AssemblyIdentity { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.AssemblyIdentity : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity with get, set
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AssemblyIdentity : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity with get, set
Public Property AssemblyIdentity As AssemblyIdentity

Property Value

An AssemblyIdentity object representing the identity of the manifest.

Attributes

Applies to