IPackageManifest.Assemblies Property

Definition

Gets the assemblies associated with the package.

public:
 property Microsoft::VisualStudio::SharePoint::Packages::IAssemblyCollection ^ Assemblies { Microsoft::VisualStudio::SharePoint::Packages::IAssemblyCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IAssemblyCollection Assemblies { get; }
member this.Assemblies : Microsoft.VisualStudio.SharePoint.Packages.IAssemblyCollection
Public ReadOnly Property Assemblies As IAssemblyCollection

Property Value

A collection representing assemblies.

Applies to