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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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.