PolicyBase.PendingCheckin Property

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

Syntax

'Declaration
Protected ReadOnly Property PendingCheckin As IPendingCheckin
'Usage
Dim value As IPendingCheckin 

value = Me.PendingCheckin
protected IPendingCheckin PendingCheckin { get; }
protected:
property IPendingCheckin^ PendingCheckin {
    IPendingCheckin^ get ();
}
protected function get PendingCheckin () : IPendingCheckin

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.IPendingCheckin

.NET Framework Security

See Also

Reference

PolicyBase Class

PolicyBase Members

Microsoft.TeamFoundation.VersionControl.Client Namespace