WindowsAccessControlEntry.Sddl Property
Gets a string containing the Security Descriptor Definition Language for the access control entry.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Sddl As String
Get
'Usage
Dim instance As WindowsAccessControlEntry
Dim value As String
value = instance.Sddl
public string Sddl { get; }
Property Value
Type: System.String
The Security Descriptor Definition Language for the access control entry.
See Also
Reference
WindowsAccessControlEntry Class
WindowsAccessControlEntry Members
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace