'Declaration<DefaultValueAttribute("True")> <NotNullAttribute()> Public Property TrueStateSubstitute As String
'UsageDim instance As UATwoStateDiscreteNode Dim value As String instance.TrueStateSubstitute = value value = instance.TrueStateSubstitute
[DefaultValue("True")] [NotNull()] public string TrueStateSubstitute {get; set;}
[DefaultValue("True")] [NotNull()] public: property String^ TrueStateSubstitute { String^ get(); void set ( String^ value); }