IPackageManifest.PolicyItems 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 code access security (CAS) policies for the package.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IPolicyItemCollection ^ PolicyItems { Microsoft::VisualStudio::SharePoint::Packages::IPolicyItemCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IPolicyItemCollection PolicyItems { get; }
member this.PolicyItems : Microsoft.VisualStudio.SharePoint.Packages.IPolicyItemCollection
Public ReadOnly Property PolicyItems As IPolicyItemCollection
Property Value
A collection representing CAS policies.