Share via


BuildInformationNode.ParentId Property

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

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Internal)> _
Public Property ParentId As Integer
    Get
    Set
[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

.NET Framework Security

See Also

Reference

BuildInformationNode Class

Microsoft.TeamFoundation.Build.Server Namespace