PropertyElement Constructor
In This Topic
Initializes a new instance of the
System.Object class with the specified property, value and value type.
Syntax
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.
See Also