PropertyElement Constructor
Initializes a new instance of the
System.Object class with the specified property, value and value type.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
Parameters
- property
- The property to assign value to.
- value
- The value for the property.
- type
- The type of the value to convert the string value to.