AssemblyReference.AssemblyIdentity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the identity of the assembly reference.
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 { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] 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
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<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 assembly reference.
- Attributes