OPC Studio User's Guide and Reference
MimeType Property (UAFileProperties)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > UAFileProperties Class : MimeType Property
The MIME type of the file.
Syntax
'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;}
[NotNull()]
public:
property String^ MimeType {
   String^ get();
   void set (    String^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "" (String.Empty).

Remarks

This property corresponds to an optional OPC UA property on the FileType object - see .

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also