WindowsAccessControlEntry.Sddl Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property Sddl As String
Get
'Usage
Dim instance As WindowsAccessControlEntry
Dim value As String
value = instance.Sddl
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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