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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> ArchivedPropertyParameters
- name
 - Type: SystemString
The name of the property. - propertyType
 - Type: SystemType
The type of property. 
See Also