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