'Declaration
<DefaultValueAttribute("")> <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
[DefaultValue("")] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")] [NotNull()] [UANode(".[TrueState]")] [UAData()] public string TrueState {get; set;}
[DefaultValue("")] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")] [NotNull()] [UANode(".[TrueState]")] [UAData()] public: property String^ TrueState { String^ get(); void set ( String^ value); }