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