WindowsAccessControlEntry.Sddl Property
Gets the security identifier for the represented user in Security Descriptor Definition Language (SDDL) format.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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 identifier for the represented user in SDDL format.
See Also
Reference
WindowsAccessControlEntry Class