Reference for Team Foundation Server SDK
Change..::.ChangeType Property

Gets the change type.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property ChangeType As ChangeType
Visual Basic (Usage)
Dim instance As Change
Dim value As ChangeType

value = instance.ChangeType
C#
public ChangeType ChangeType { get; }
Visual C++
public:
property ChangeType ChangeType {
    ChangeType get ();
}
JScript
public function get ChangeType () : ChangeType
Permissions

See Also

Reference

Tags :


Page view tracker