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.

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string Context { get; set; }

Property Value

String
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.

See Also