AclEditor.AddLabel Property
Gets or sets the localized description of how to add an entity.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AddLabel As String
Get
Set
'Usage
Dim instance As AclEditor
Dim value As String
value = instance.AddLabel
instance.AddLabel = value
public string AddLabel { get; set; }
Property Value
Type: System.String
The localized description of how to add an entity.