Gets a reference to the parent ConfigurationFrame for this ConfigurationCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationFrame Parent { get; set; }
Public Property Parent As ConfigurationFrame Get Set
public: property ConfigurationFrame^ Parent { ConfigurationFrame^ get (); void set (ConfigurationFrame^ value); }