Click or drag to resize

ArchivedProperty Constructor (String, Type)

Constructs a new instance with a null parent.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ArchivedProperty(
	string name,
	Type propertyType
)

Parameters

name
Type: SystemString
The name of the property.
propertyType
Type: SystemType
The type of property.
See Also