IPolicyItem.Permissions 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) permissions that comprise the permission set.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IPermissionElementCollection ^ Permissions { Microsoft::VisualStudio::SharePoint::Packages::IPermissionElementCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IPermissionElementCollection Permissions { get; }
member this.Permissions : Microsoft.VisualStudio.SharePoint.Packages.IPermissionElementCollection
Public ReadOnly Property Permissions As IPermissionElementCollection
Property Value
A collection representing permission items.