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