Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to return pending change bits for the v1.0 clients after removing the non-compatible bits.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "ChangeType")> _
Public Property ChangeTypeOld As ChangeType
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "ChangeType")]
public ChangeType ChangeTypeOld { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"ChangeType")]
public:
property ChangeType ChangeTypeOld {
ChangeType get ();
void set (ChangeType value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "ChangeType")>]
member ChangeTypeOld : ChangeType with get, set
function get ChangeTypeOld () : ChangeType
function set ChangeTypeOld (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.