GetOperation.ConflictingChangeTypeOld Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "ConflictingChangeType")> _
Public Property ConflictingChangeTypeOld As ChangeType
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "ConflictingChangeType")]
public ChangeType ConflictingChangeTypeOld { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"ConflictingChangeType")]
public:
property ChangeType ConflictingChangeTypeOld {
    ChangeType get ();
    void set (ChangeType value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "ConflictingChangeType")>]
member ConflictingChangeTypeOld : ChangeType with get, set
function get ConflictingChangeTypeOld () : ChangeType
function set ConflictingChangeTypeOld (value : ChangeType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ChangeType

.NET Framework Security

See Also

Reference

GetOperation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace