InformationEditRequest2010.NodeId Property
Gets or sets the node ID.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property NodeId As Integer
public int NodeId { get; set; }
public:
property int NodeId {
int get ();
void set (int value);
}
member NodeId : int with get, set
function get NodeId () : int
function set NodeId (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.
See Also
Reference
InformationEditRequest2010 Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace