|
MeasurementWrapperID Property
|
The identification number of the measurement.
PointIDs are unsigned integers, but MongoDB needs to store
them as signed integers.
Namespace: MongoAdaptersAssembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.207-beta
Syntax public int ID { get; set; }
Public Property ID As Integer
Get
Set
public:
property int ID {
int get ();
void set (int value);
}
member ID : int with get, set
function get_ID();
function set_ID(value);
View SourceProperty Value
Int32See Also