Conflict.BaseChangeTypeOld 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 := "BaseChangeType")> _
Public Property BaseChangeTypeOld As ChangeType
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "BaseChangeType")]
public ChangeType BaseChangeTypeOld { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"BaseChangeType")]
public:
property ChangeType BaseChangeTypeOld {
ChangeType get ();
void set (ChangeType value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "BaseChangeType")>]
member BaseChangeTypeOld : ChangeType with get, set
function get BaseChangeTypeOld () : ChangeType
function set BaseChangeTypeOld (value : ChangeType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ChangeType
Returns ChangeType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.