[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=UserClassMember Icon=AccessModifier Info=Declares and accesses the class property. [Property] Name=Set the name of the property. ARG(string)|2| AccessModifier=Indicates the visibility level of the property. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the property. ARG(bitwise)|21|0|Extern,Readonly,Sealed,Static,Virtual,Volatile Type=Sets the type name of the property. ARG(string)|2| Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| Namespace=Sets the static namespace. ARG()|20|(empty)|UserClassMember [Methods] doReturn=Returns the result of the get accessor. ARG(T data)|1|0 doProperty=Sets the property outside a class. ARG(T value)|1|0 onSet=Makes the body of the set accessor and returns the value being assigned by the set accessor. ARG(T)|2|0 onGet=Makes the body of the get accessor. ARG(null)|2|0 Value=Returns the value being assigned by the set accessor. ARG(T)|3|0 Property=Gets the property outside a class. ARG(T)|3|0