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 or sets the div element to be the control tag.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EmitDiv As Boolean
Get
Set
'Usage
Dim instance As SPSecurityTrimmedControl
Dim value As Boolean
value = instance.EmitDiv
instance.EmitDiv = value
public bool EmitDiv { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPSecurityTrimmedControl class