IBuildDetail.ContainerId Property

Gets the ContainerId for the container associated with this BuildDetail

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
ReadOnly Property ContainerId As Nullable(Of Long)
Nullable<long> ContainerId { get; }
property Nullable<long long> ContainerId {
    Nullable<long long> get ();
}
abstract ContainerId : Nullable<int64> with get
function get ContainerId () : Nullable<long>

Property Value

Type: System.Nullable<Int64>
Returns Int64.

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace