Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parent node ID. This must reference a node being added in the same request or an existing node for the target build.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property ParentId As Integer
public int ParentId { get; set; }
public:
property int ParentId {
int get ();
void set (int value);
}
member ParentId : int with get, set
function get ParentId () : int
function set ParentId (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.