| FileRevisionMime Property |
This is preliminary documentation and is subject to change.
MIME type of the file.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public string Mime { get; init; }
Public Property Mime As String
Get
Set
Dim instance As FileRevision
Dim value As String
value = instance.Mime
instance.Mime = value
public:
property String^ Mime {
String^ get ();
void set (String^ value);
}
member Mime : string with get, set
Property Value
StringSee Also