The context of the source URI.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Context { get; set; }
Visual Basic
Public Property Context As String
	Get
	Set
Visual C++
public:
property String^ Context {
	String^ get ();
	void set (String^ value);
}

Remarks

The context identifies how the URI should be interpreted. Example is "LDAP", which indicates the URI is an LDAP reference.

See Also