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