Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Number of commits made by this user (from the given query)
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property CommitsCount As Integer
public int CommitsCount { get; private set; }
public:
property int CommitsCount {
int get ();
private: void set (int value);
}
member CommitsCount : int with get, private set
function get CommitsCount () : int
private function set CommitsCount (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.