PropertySpecification Constructor (String, Type, String) | 
 
            Initializes a new instance of the PropertySpec class.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntaxpublic PropertySpecification(
	string name,
	Type propertyType,
	string category
)
Public Sub New ( 
	name As String,
	propertyType As Type,
	category As String
)
Parameters
- name
 - Type: SystemString
The name of the property displayed in the property grid. - propertyType
 - Type: SystemType
A Type that represents the type of the property. - category
 - Type: SystemString
The category under which the property is displayed in the property grid. 
See Also