IAzureEditorViewModel.SelectedConnection Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Property SelectedConnection As IConnectionInfo
IConnectionInfo SelectedConnection { get; set; }
property IConnectionInfo^ SelectedConnection {
IConnectionInfo^ get ();
void set (IConnectionInfo^ value);
}
abstract SelectedConnection : IConnectionInfo with get, set
function get SelectedConnection () : IConnectionInfo
function set SelectedConnection (value : IConnectionInfo)
Property Value
Type: Microsoft.TeamFoundation.Build.Controls.IConnectionInfo
.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.