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