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