Gets a UserFolderAcl object in the collection by user or group name.
| C# | Visual Basic | Managed C++ |
public UserFolderAcl Item [ string userOrGroup ] { get; }
Public ReadOnly Property Item ( _ userOrGroup As String _ ) As UserFolderAcl
public: UserFolderAcl^ Item { UserFolderAcl^ get (String^ userOrGroup); }
- userOrGroup (String)
- A String value that specifies the user or group name of the UserFolderAcl object in the UserFolderAclCollection collection.
A UserFolderAcl object value that represents the user folder ACL in virtual server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)