'Declaration Public Function New( _ ByVal name As System.String, _ ByVal propertyType As System.Type _ )
public CustomTaskPropertyDescriptor( System.string name, System.Type propertyType )
Parameters
- name
- The custom field name.
- propertyType
- The custom field type.