Share via


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

WindowsAccessControlEntry members

Microsoft.SharePoint.BusinessData.Infrastructure namespace