IAzureEditorViewModel.AvailableConnections Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property AvailableConnections As IEnumerable(Of IConnectionInfo)
IEnumerable<IConnectionInfo> AvailableConnections { get; }
property IEnumerable<IConnectionInfo^>^ AvailableConnections {
IEnumerable<IConnectionInfo^>^ get ();
}
abstract AvailableConnections : IEnumerable<IConnectionInfo> with get
function get AvailableConnections () : IEnumerable<IConnectionInfo>
Property Value
Type: System.Collections.Generic.IEnumerable<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.