property type

(r/w) string type;

Typ

Zugriff

This property contains the mime type of the stream.
var memStreamObj = shell.serviceManager.basics.memoryStream;
var type = memStreamObj.type;