Share via


GetOperation.ConflictingChangeType Property

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

Syntax

'Declaration
Public Property ConflictingChangeType As ChangeType
'Usage
Dim instance As GetOperation 
Dim value As ChangeType 

value = instance.ConflictingChangeType

instance.ConflictingChangeType = value
public ChangeType ConflictingChangeType { get; set; }
public:
property ChangeType ConflictingChangeType {
    ChangeType get ();
    void set (ChangeType value);
}
public function get ConflictingChangeType () : ChangeType 
public function set ConflictingChangeType (value : ChangeType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ChangeType

.NET Framework Security

See Also

Reference

GetOperation Class

GetOperation Members

Microsoft.TeamFoundation.VersionControl.Server Namespace