Share via


RepositoryInfo.ChangesetID Property

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

Syntax

'Declaration
<ManagedNameAttribute("Change_Set_ID")> _
Public ReadOnly Property ChangesetID As Long
'Usage
Dim instance As RepositoryInfo 
Dim value As Long 

value = instance.ChangesetID
[ManagedNameAttribute("Change_Set_ID")]
public long ChangesetID { get; }
[ManagedNameAttribute(L"Change_Set_ID")]
public:
property long long ChangesetID {
    long long get ();
}
public function get ChangesetID () : long

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

RepositoryInfo Class

RepositoryInfo Members

Microsoft.TeamFoundation.VersionControl.Server Namespace