'Declaration
<TypeConverterAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UANumericIdentifierConverter)> <XmlIgnoreAttribute()> <ValueRangeAttribute(0, 4294967295)> Public Property NumericIdentifier As Long
'Usage
Dim instance As UANodeId Dim value As Long instance.NumericIdentifier = value value = instance.NumericIdentifier
[TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UANumericIdentifierConverter)] [XmlIgnore()] [ValueRange(0, 4294967295)] public long NumericIdentifier {get; set;}
[TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UANumericIdentifierConverter)] [XmlIgnore()] [ValueRange(0, 4294967295)] public: property int64 NumericIdentifier { int64 get(); void set ( int64 value); }
Property Value
Valid values of this property are in the range from 0
to 4294967295
.
The default value of this property is 0
.