Share via


AclEditor.ObjectSecurity Property

Sets or retrieves the Access Control List.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property ObjectSecurity As SPObjectSecurity
    Get
    Set
'Usage
Dim instance As AclEditor
Dim value As SPObjectSecurity

value = instance.ObjectSecurity

instance.ObjectSecurity = value
public SPObjectSecurity ObjectSecurity { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity
Returns an SPObjectSecurity.

Remarks

Set the value of this property before rendering the control. Call the Update method before returning the value of this property.

See Also

Reference

AclEditor Class

AclEditor Members

Microsoft.SharePoint.WebControls Namespace