WebPartManager.MinimalPermissionSet 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 a PermissionSet object that allows only Execution permission and Minimal permission.
protected:
virtual property System::Security::PermissionSet ^ MinimalPermissionSet { System::Security::PermissionSet ^ get(); };
protected virtual System.Security.PermissionSet MinimalPermissionSet { get; }
member this.MinimalPermissionSet : System.Security.PermissionSet
Protected Overridable ReadOnly Property MinimalPermissionSet As PermissionSet
Property Value
Gets a PermissionSet object that allows only Execution permission and Minimal permission.
Remarks
The PermissionSet object returned by this property is used during import for everything except type deserialization.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.