BranchObjectOwnership.VersionedItemCount Property

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

Syntax

'宣言
Public Property VersionedItemCount As Integer
    Get
    Set
public int VersionedItemCount { get; set; }
public:
property int VersionedItemCount {
    int get ();
    void set (int value);
}
member VersionedItemCount : int with get, set
function get VersionedItemCount () : int
function set VersionedItemCount (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BranchObjectOwnership Class

Microsoft.TeamFoundation.VersionControl.Server Namespace