Gets a UserFolderAcl object in the collection by index number.
| C# | Visual Basic | Managed C++ |
public UserFolderAcl Item [ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As UserFolderAcl
public: UserFolderAcl^ Item { UserFolderAcl^ get (int index); }
- index (Int32)
- An Int32 value that specifies the position 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)