DatabaseAlreadyExistsException.DataSource Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property DataSource As String
public string DataSource { get; private set; }
public:
property String^ DataSource {
    String^ get ();
    private: void set (String^ value);
}
member DataSource : string with get, private set
function get DataSource () : String 
private function set DataSource (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseAlreadyExistsException Class

Microsoft.TeamFoundation.Framework.Server Namespace