次の方法で共有


TypeName プロパティ

アイテムの種類を取得します。

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

構文

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

value = instance.TypeName

instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)

プロパティ値

型: System. . :: . .String
アイテムの種類を指定する string 値です。

説明

使用可能なアイテムの種類の一覧を表示するには、ListItemTypes メソッドを使用します。