'Declaration
<TypeConverterAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAGuidIdentifierConverter)> <XmlIgnoreAttribute()> Public Property GuidIdentifier As Guid
'Usage
Dim instance As UANodeId Dim value As Guid instance.GuidIdentifier = value value = instance.GuidIdentifier
[TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAGuidIdentifierConverter)] [XmlIgnore()] public Guid GuidIdentifier {get; set;}
[TypeConverter(OpcLabs.EasyOpc.UA.AddressSpace.Implementation.UAGuidIdentifierConverter)] [XmlIgnore()] public: property Guid GuidIdentifier { Guid get(); void set ( Guid value); }
Property Value
The default value of this property is 00000000-0000-0000-0000-000000000000 (Guid.Empty)
.