PendingChange.IsImplicit Property

Gets a value that indicates whether this pending change represents change on the child item caused only by the parent change.

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

Syntax

'Declaration
Public ReadOnly Property IsImplicit As Boolean
public bool IsImplicit { get; }
public:
property bool IsImplicit {
    bool get ();
}
member IsImplicit : bool with get
function get IsImplicit () : boolean

Property Value

Type: System.Boolean
True if this pending change represents change on the child item caused only by the parent change; otherwise, false.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace