Attach PropertyFormat Type Property
This is used to set or get the attachment format type
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The value is a string defining the type of attachment that the property value represents such as image/jpeg, application/binary, audio/basic, etc.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? FormatType { get; set; }VB
Public Property FormatType As String
Get
SetC++
public:
property String^ FormatType {
String^ get ();
void set (String^ value);
}F#
member FormatType : string with get, setProperty Value
StringThe value is a string defining the type of attachment that the property value represents such as image/jpeg, application/binary, audio/basic, etc.