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