Share via


IMergeChange.ChangeType Property

The type of difference.

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

Syntax

'Declaration
ReadOnly Property ChangeType As MergeChangeType
MergeChangeType ChangeType { get; }
property MergeChangeType ChangeType {
    MergeChangeType get ();
}
abstract ChangeType : MergeChangeType with get
function get ChangeType () : MergeChangeType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.MergeChangeType
Returns MergeChangeType.

.NET Framework Security

See Also

Reference

IMergeChange Interface

Microsoft.TeamFoundation.VersionControl.Common Namespace