Partager via


Propriété ItemReferenceData.ReferenceType

Gets or sets the type of the referenced item.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property ReferenceType As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The type of the referenced item.

Voir aussi

Référence

ItemReferenceData Classe

Espace de noms ReportService2010