|   | ObjectStateTStatePreviousState Property | 
        
        
            Gets or sets the previous state of the object.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic TState PreviousState { get; set; }Public Property PreviousState As TState
	Get
	Set
public:
property TState PreviousState {
	TState get ();
	void set (TState value);
}member PreviousState : 'TState with get, set
function get_PreviousState();
function set_PreviousState(value);
Property Value
TState See Also
See Also