Free Busy PropertyOther Type Property
This property is used to set or get the free/busy type string when the type is set to Other
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Setting this parameter automatically sets the FreeBusyType property to Other.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? OtherType { get; set; }VB
Public Property OtherType As String
Get
SetC++
public:
property String^ OtherType {
String^ get ();
void set (String^ value);
}F#
member OtherType : string with get, setProperty Value
StringSetting this parameter automatically sets the FreeBusyType property to Other.