| 
            
              RecordHeaderPosition Property
             | 
          
        
        
            Gets or sets the position of this record.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic int Position { get; set; }Public Property Position As Integer
	Get
	Set
public:
property int Position {
	int get ();
	void set (int value);
}member Position : int with get, set
function get_Position();
function set_Position(value);
 View SourceProperty Value
Int32
See Also