'Declaration
<NotNullAttribute()> Public Property MimeType As String
'Usage
Dim instance As UAFileProperties Dim value As String instance.MimeType = value value = instance.MimeType
[NotNull()] public string MimeType {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.