Gets attributes.

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Attributes As Hashtable
C#
public Hashtable Attributes { get; }
Visual C++
public:
virtual property Hashtable^ Attributes {
	Hashtable^ get () sealed;
}
JavaScript
function get_attributes();

Implements

IReader..::.Attributes

See Also