[]
        
Initializes a new instance of the object class with the specified property, value and value type.
public PropertyElement(string property, string value, string type)
| Type | Name | Description | 
|---|---|---|
| string | property | The property to assign value to.  | 
    
| string | value | The value for the property.  | 
    
| string | type | The type of the value to convert the string value to.  |