DataSourceCredentials.DataSourceName Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property DataSourceName As String
Get
Set
public string DataSourceName { get; set; }
public:
property String^ DataSourceName {
String^ get ();
void set (String^ value);
}
member DataSourceName : string with get, set
function get DataSourceName () : String
function set DataSourceName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.