BuildDeployment.Deployment Property
Gets the deployment build URI. This field is read-only.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Deployment As BuildSummary
public BuildSummary Deployment { get; }
public:
property BuildSummary^ Deployment {
BuildSummary^ get ();
}
member Deployment : BuildSummary with get
function get Deployment () : BuildSummary
Property Value
Type: Microsoft.TeamFoundation.Build.Client.BuildSummary
Returns BuildSummary.
.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.