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