Share via


BuildInformationNode2010.ParentId Property

Gets or sets the parent node ID.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal)> _
Public Property ParentId As Integer
[ClientPropertyAttribute(ClientVisibility.Internal)]
public int ParentId { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal)]
public:
property int ParentId {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal)>]
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

BuildInformationNode2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace