public DataFrameParsingState State { get; set; }Public Property State As DataFrameParsingState
Get
Setpublic:
property DataFrameParsingState^ State {
DataFrameParsingState^ get ();
void set (DataFrameParsingState^ value);
}function get_State();
function set_State(value);