[]
Create a instance of CustomTaskPropertyDescriptor class with given name and property type.
public CustomTaskPropertyDescriptor(string name, Type propertyType)
Type | Name | Description |
---|---|---|
string | name | The custom field name. |
Type | propertyType | The custom field type. |