ContentType Property (IMedia)
In This Topic
Gets the content type of embedded resource.
Syntax
'Declaration
ReadOnly Property ContentType As String
'Usage
Dim instance As IMedia
Dim value As String
value = instance.ContentType
string ContentType {get;}
See Also