CatalogItem.MimeType Property

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public Property MimeType As String
    Get
    Set
public string MimeType { get; set; }
public:
property String^ MimeType {
    String^ get ();
    void set (String^ value);
}
member MimeType : string with get, set
function get MimeType () : String
function set MimeType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogItem Class

Microsoft.TeamFoundation.Client.Reporting Namespace