MimeSourcePropertyContext 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.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string Context { get; set; }
Public Property Context As String
Get
Set
public:
property String^ Context {
String^ get ();
void set (String^ value);
}
member Context : string with get, set
Property 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.