Permission.IsMaskChangeable Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property IsMaskChangeable As Boolean
Get
'Usage
Dim instance As Permission
Dim value As Boolean
value = instance.IsMaskChangeable
[ObsoleteAttribute("This class is obsolete.")]
public bool IsMaskChangeable { get; }
Property Value
Type: System.Boolean