Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the build definition used to execute the deployment.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DeploymentDefinitionName As String
public string DeploymentDefinitionName { get; }
public:
property String^ DeploymentDefinitionName {
String^ get ();
}
member DeploymentDefinitionName : string with get
function get DeploymentDefinitionName () : String
Property Value
Type: System.String
Returns String.
.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.