Visual Basic (Declaration)
Protected ReadOnly Property PendingCheckin As IPendingCheckin
Dim value As IPendingCheckin
value = Me.PendingCheckin
protected IPendingCheckin PendingCheckin { get; }
protected:
property IPendingCheckin^ PendingCheckin {
IPendingCheckin^ get ();
}
protected function get PendingCheckin () : IPendingCheckin