This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This attribute is used on elements that return an IEnumerable to indicate which type is contained in the enumeration. This type is used for documentation purposes.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[(.Method, AllowMultiple = false)]
public sealed class DataTableLayoutAttribute : 
Visual Basic (Declaration)Copy imageCopy Code
<(.Method, AllowMultiple := False)> _
Public NotInheritable Class DataTableLayoutAttribute _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Smartsite.Core..::..DataTableLayoutAttribute

See Also

Advanced