'Declaration <DefaultValueAttribute()> Public Property Name As String
'Usage Dim instance As DocumentAttachment Dim value As String instance.Name = value value = instance.Name
[DefaultValue()] public string Name {get; set;}
'Declaration <DefaultValueAttribute()> Public Property Name As String
'Usage Dim instance As DocumentAttachment Dim value As String instance.Name = value value = instance.Name
[DefaultValue()] public string Name {get; set;}