TfvcItem.IsPendingChange Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfvcItem Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace