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.2.419.0 (24.2.419.0)
Syntax public ArchivedProperty(
string name,
Type propertyType
)
Public Sub New (
name As String,
propertyType As Type
)
public:
ArchivedProperty(
String^ name,
Type^ propertyType
)
new :
name : string *
propertyType : Type -> ArchivedProperty
Parameters
- name
- Type: SystemString
The name of the property. - propertyType
- Type: SystemType
The type of property.
See Also