MediaTypeParameter

VCardTextRecord.MediaTypeParameter property

Gets the media type parameter value.

public string MediaTypeParameter { get; }

Property Value

The media type parameter value.

Remarks

Used with properties whose value is a URI. It provides a hint to the vCard consumer application about the media type [RFC2046] of the resource identified by the URI.

See Also