'Declaration
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")> <NotNullAttribute()> <UANodeAttribute(".[FalseState]")> <UADataAttribute()> Public Property FalseState As String
'Usage
Dim instance As UATwoStateDiscreteNode Dim value As String instance.FalseState = value value = instance.FalseState
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")] [NotNull()] [UANode(".[FalseState]")] [UAData()] public string FalseState {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)
.