IBuildDefinitionSpec.Name Property
Gets or sets the name of the desired build definitions. Wildcard characters are supported.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property Name As String
string Name { get; set; }
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)
Property Value
Type: System.String
The name of the desired build definitions. Wildcard characters are supported.
Remarks
This property supports wildcard characters.
.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.