Get the number of folders available.
Read-only property
[Visual Basic .NET] |
---|
Public Property FolderCount() As Integer |
[C#] |
---|
public int FolderCount {get;} |
[Managed C++] |
---|
public: __property int get_FolderCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_FolderCount( long * pVal ); |
[Java] |
---|
public int getFolderCount(); |