VsTeamFoundationBuild.ControllerManager Property
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Public ReadOnly Property ControllerManager As IBuildControllerManager
public IBuildControllerManager ControllerManager { get; }
public:
virtual property IBuildControllerManager^ ControllerManager {
IBuildControllerManager^ get () sealed;
}
abstract ControllerManager : IBuildControllerManager with get
override ControllerManager : IBuildControllerManager with get
final function get ControllerManager () : IBuildControllerManager
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.Build.IBuildControllerManager
Returns IBuildControllerManager.
Implements
IVsTeamFoundationBuild.ControllerManager
.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.