IDefinitionModel.ControllerName Property

The name of the default controller for this definition

Namespace:  Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
ReadOnly Property ControllerName As String
string ControllerName { get; }
property String^ ControllerName {
    String^ get ();
}
abstract ControllerName : string with get
function get ControllerName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IDefinitionModel Interface

Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace