InformationAddRequest2010.ParentId Property

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

See Also

Reference

InformationAddRequest2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace