Mime Source PropertyContext Property
This property is used to set or get a string containing the context of the property value such as a
protocol for a URI.
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 context of the property value such as LDAP, HTTP, etc. It is only applicable to vCard 3.0 objects.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? Context { get; set; }VB
Public Property Context As String
Get
SetC++
public:
property String^ Context {
String^ get ();
void set (String^ value);
}F#
member Context : string with get, setProperty Value
StringThe value is a string defining the context of the property value such as LDAP, HTTP, etc. It is only applicable to vCard 3.0 objects.