To specify the content type of a referenced object. This optional value should be an IANA-registered MIME type, if specified.

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

Syntax

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

See Also