'Declaration
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")> <NotNullAttribute()> <UANodeAttribute(".[TrueState]")> <UADataAttribute()> Public Property TrueState As String
'Usage
Dim instance As UATwoStateDiscreteNode Dim value As String instance.TrueState = value value = instance.TrueState
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")] [NotNull()] [UANode(".[TrueState]")] [UAData()] public string TrueState {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.