Public ReadOnly Property Delimiter As Char
Dim instance As Imap Dim value As Char value = instance.Delimiter
public char Delimiter {get;}
public: __property char get_Delimiter();
public: property char Delimiter { char get(); }
Imap Class Imap Members