PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Indicates whether current element is selfclosing. Only valid after reading all attributes.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public bool IsSelfClosing { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public ReadOnly Property IsSelfClosing As 
	Get

Field Value

True if current element selfclosing.

See Also

Advanced