TfvcChange.PendingVersion Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PendingVersion As Integer
[DataMemberAttribute(EmitDefaultValue = false)]
public int PendingVersion { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int PendingVersion {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PendingVersion : int with get, set
function get PendingVersion () : int 
function set PendingVersion (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TfvcChange Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace