QuickOPC 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
 
<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);
}
Remarks

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

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