CustomTaskPropertyDescriptor Constructor
Create a instance of
CustomTaskPropertyDescriptor class with given name and property type.
public CustomTaskPropertyDescriptor(
string ,
Type
)
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
)
Parameters
- name
- The custom field name.
- propertyType
- The custom field type.