ItemReferenceData.ReferenceType Property
Gets or sets the type of the referenced item.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property ReferenceType As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The type of the referenced item.