Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the security identifier for the represented user in Security Descriptor Definition Language (SDDL) format.
Namespace: Microsoft.Office.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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