Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Models the subsystem's concept of an access control entry for a file share.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
class MSFT_FileShareAccessControlEntry
{
String AccountName;
UInt16 AccessControlType;
UInt16 AccessRight;
};
Members
The MSFT_FileShareAccessControlEntry class has these types of members:
Properties
The MSFT_FileShareAccessControlEntry class has these properties.
AccessControlType
Data type: UInt16
Access type: Read-only
Denotes the access type:
Allow (0)
Deny (1)
AccessRight
Data type: UInt16
Access type: Read-only
Denotes the access right:
Full (0)
Modify (1)
Read (2)
Custom (3)
AccountName
Data type: String
Access type: Read-only
The name of the account to which the access right is granted.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Namespace | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |