SPAccessRule.Description property
Gets a description of the access rule.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Description As String
Get
'Usage
Dim instance As SPAccessRule
Dim value As String
value = instance.Description
public abstract string Description { get; }
Property value
Type: System.String