SPSecurityTrimmedControl.EmitDiv property

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

SPSecurityTrimmedControl members

Microsoft.SharePoint.WebControls namespace