次の方法で共有


CatalogItem.MimeType プロパティ

リソースの MIME 型を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property MimeType As String 
    Get 
    Set
'使用
Dim instance As CatalogItem 
Dim value As String 

value = instance.MimeType

instance.MimeType = value
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)

プロパティ値

型: System.String
リソースの MIME 型を表す String です。

説明

MimeType プロパティはリソース専用のプロパティです。

関連項目

参照

CatalogItem クラス

ReportService2006 名前空間