--- myst: substitutions: method: |- ```{image} /img/code_reference/net_library/method.ico ``` prop: |- ```{image} /img/code_reference/net_library/prop.ico ``` --- # Property Class Provides metadata informations about the Property. **Namespace:** powerGate.Erp.Client\ **Assembly:** powerGate.Erp.Client.dll ## Inheritance Hierarchy [System.Object]()\  **powerGate.Erp.Client.Property** ## Syntax ```{code-block} CSharp :linenos: public class Property ``` The Property type exposes the following members. ## Constructors | Name | Description | |-----------------------|---------------------------------------------------| | {{method}} Property() | Initializes a new instance of the Property class. | ## Properties | Type | Name | Description | |------------------------------------------------------------------------------------------|--------------|---------------------------------------------| | {{prop}} string | DefaultValue | Gets the default value of the property. | | {{prop}} bool | IsNullable | Indicates whether the property is nullable. | | {{prop}} string | DefaultValue | Gets the name of the property. | | {{prop}} [Type]() | Type | Gets the Type of the property. | ## See also **Reference** - [powerGate.Erp.Client namespace]()