'Declaration
<DataMemberAttribute()> <TypeConverterAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAIdentifierConverter)> Public Property Identifier As Object
'Usage
Dim instance As UANodeId Dim value As Object instance.Identifier = value value = instance.Identifier
[DataMember()] [TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAIdentifierConverter)] public object Identifier {get; set;}
[DataMember()] [TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAIdentifierConverter)] public: property Object^ Identifier { Object^ get(); void set ( Object^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.