Share via


DataSourceReference.Reference Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Reference As String
'Usage
Dim instance As DataSourceReference 
Dim value As String 

value = instance.Reference

instance.Reference = value
public string Reference { get; set; }
public:
property String^ Reference {
    String^ get ();
    void set (String^ value);
}
public function get Reference () : String 
public function set Reference (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DataSourceReference Class

DataSourceReference Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace