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