ArchivedPropertyParentProperty Property |
Gets the parent property if this is a sub-property. If this property
is not a sub-property, this property will be .
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 ParentProperty { get; }
Public ReadOnly Property ParentProperty As ArchivedProperty
Get
public:
property ArchivedProperty^ ParentProperty {
ArchivedProperty^ get ();
}
member ParentProperty : ArchivedProperty with get
Property Value
Type:
ArchivedPropertySee Also