ParameterSectionMediaType Property
MEDIATYPE : Specifies the MIME type for the data to which a
URI refers. (4)
Namespace: FolkerKinzel.VCards.Models.Properties.ParametersAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public string? MediaType { get; set; }
Public Property MediaType As String
Get
Set
public:
property String^ MediaType {
String^ get ();
void set (String^ value);
}
member MediaType : string with get, set
Property Value
StringInternet Media Type ("MIME type") according to RFC 2046.