Share via


Conflict.YourLocalChangeTypeOld Property

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

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "YourLocalChangeType")> _
Public Property YourLocalChangeTypeOld As ChangeType
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "YourLocalChangeType")]
public ChangeType YourLocalChangeTypeOld { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"YourLocalChangeType")]
public:
property ChangeType YourLocalChangeTypeOld {
    ChangeType get ();
    void set (ChangeType value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "YourLocalChangeType")>]
member YourLocalChangeTypeOld : ChangeType with get, set
function get YourLocalChangeTypeOld () : ChangeType
function set YourLocalChangeTypeOld (value : ChangeType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ChangeType

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace