Spread WPF 18
GrapeCity.Spreadsheet Namespace / IMedia Interface / ContentType Property


In This Topic
    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