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