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
- 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.