Manifest.AssemblyReferences Property

Definition

Specifies the set of assemblies referenced by the manifest.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReferenceCollection ^ AssemblyReferences { Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReferenceCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection AssemblyReferences { get; }
member this.AssemblyReferences : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection
Public ReadOnly Property AssemblyReferences As AssemblyReferenceCollection

Property Value

An AssemblyReferenceCollection object representing the set of assemblies that the manifest references.

Applies to