SPAclAccessRule<TRightsEnum>.Name property
Gets the name of the access rule.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Name As String
Get
'Usage
Dim instance As SPAclAccessRule
Dim value As String
value = instance.Name
public override string Name { get; }
Property value
Type: System.String
Returns String.
See also
Reference
SPAclAccessRule<TRightsEnum> class