IPolicyItem.Assemblies 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.
Gets the assemblies associated with the code access security (CAS) policy item.
public:
property Microsoft::VisualStudio::SharePoint::Packages::ICodeAccessSecurityAssemblyCollection ^ Assemblies { Microsoft::VisualStudio::SharePoint::Packages::ICodeAccessSecurityAssemblyCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.ICodeAccessSecurityAssemblyCollection Assemblies { get; }
member this.Assemblies : Microsoft.VisualStudio.SharePoint.Packages.ICodeAccessSecurityAssemblyCollection
Public ReadOnly Property Assemblies As ICodeAccessSecurityAssemblyCollection
Property Value
A collection representing assemblies.