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