|
RecordHeaderPosition Property
|
Gets or sets the position of this record.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.205-beta
Syntax public 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
Int32See Also