Gets a SharedRootFolder object in the collection by index number.
| C# | Visual Basic | Managed C++ |
public SharedRootFolder Item [ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As SharedRootFolder
public: SharedRootFolder^ Item { SharedRootFolder^ get (int index); }
- index (Int32)
- An Int32 value that specifies the position of the SharedRootFolder object in the SharedRootFolderCollection collection.
A SharedRootFolder object value that represents the shared root folder in virtual server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)