Gets or sets the parsing state for the this ConfigurationCellBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IConfigurationCellParsingState State { get; set; }
Public Overridable Property State As IConfigurationCellParsingState Get Set
public: virtual property IConfigurationCellParsingState^ State { IConfigurationCellParsingState^ get (); void set (IConfigurationCellParsingState^ value); }