Click or drag to resize

Property Constructor (String, String, Type)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Property class

Namespace:  imbSCI.Graph.DGML.core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Property(
	string propertyName,
	string label,
	Type type
)
Request Example View Source

Parameters

propertyName
Type: SystemString
label
Type: SystemString
type
Type: SystemType
See Also