ChangeSetOwner.NumChangesets Property
The number of changesets checked in by this owner for the given query
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property NumChangesets As Integer
public int NumChangesets { get; internal set; }
public:
property int NumChangesets {
int get ();
internal: void set (int value);
}
member NumChangesets : int with get, internal set
function get NumChangesets () : int
internal function set NumChangesets (value : int)
Property Value
Type: System.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.