Public ReadOnly Property CommandCount As Integer
Dim instance As Imap Dim value As Integer value = instance.CommandCount
public int CommandCount {get;}
public: __property int get_CommandCount();
public: property int CommandCount { int get(); }
Imap Class Imap Members