Gets a SharedRootFolder object in the collection by group ID.
| C# | Visual Basic | Managed C++ |
public SharedRootFolder Item [ string rootFolderID ] { get; }
Public ReadOnly Property Item ( _ rootFolderID As String _ ) As SharedRootFolder
public: SharedRootFolder^ Item { SharedRootFolder^ get (String^ rootFolderID); }
- rootFolderID (String)
- A String value that specifies the shared root folder ID 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)