Gets attributes.
Namespace:
Greatis.FormDesignerAssembly: 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(); |