ItemReferenceData.ReferenceType プロパティ

参照されているアイテムの種類を取得または設定します。

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

構文

'宣言
Public Property ReferenceType As String 
    Get 
    Set
'使用
Dim instance As ItemReferenceData 
Dim value As String 

value = instance.ReferenceType

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

プロパティ値

型: System.String
参照されているアイテムの種類です。

関連項目

参照

ItemReferenceData クラス

ReportService2010 名前空間