ItemReferenceData.ReferenceType 屬性
Gets or sets the type of the referenced item.
命名空間: 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
The type of the referenced item.