Gets or sets the ConfigurationCell parent of this AnalogDefinition.
            
| C# | Visual Basic | Visual C++ | 
public virtual ConfigurationCell Parent { get; set; }
Public Overridable Property Parent As ConfigurationCell Get Set
public: virtual property ConfigurationCell^ Parent { ConfigurationCell^ get (); void set (ConfigurationCell^ value); }