Class WindowsSharePermissions
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection Windows share level permissions.
public class WindowsSharePermissions : BypassSection
- Inheritance
-
WindowsSharePermissions
- Inherited Members
Constructors
WindowsSharePermissions()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsSharePermissions class.
public WindowsSharePermissions()
Properties
Items
Gets or sets the items in the collection.
public WindowsSharePermissionCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the share permissions as a human readable string - for example "10 Share Permissions" or "{Not Documented}".
public override string ToString()
Returns
- string
The share permissions as a human readable string.