BuildDetail.ContainerId Property

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

Syntax

'Declaration
Public Property ContainerId As Nullable(Of Long)
public Nullable<long> ContainerId { get; set; }
public:
property Nullable<long long> ContainerId {
    Nullable<long long> get ();
    void set (Nullable<long long> value);
}
member ContainerId : Nullable<int64> with get, set
function get ContainerId () : Nullable<long>
function set ContainerId (value : Nullable<long>)

Property Value

Type: System.Nullable<Int64>

.NET Framework Security

See Also

Reference

BuildDetail Class

Microsoft.TeamFoundation.Build.Server Namespace