'Declaration
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> <XmlIgnoreAttribute()> Public Property StandardName As String
'Usage
Dim instance As UANodeId Dim value As String instance.StandardName = value value = instance.StandardName
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public string StandardName {get; set;}
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public: property String^ StandardName { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.