Table of Contents

Class ActiveDirectoryDfsFolderPermissions

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory distributed file system (DFS) folder permissions.

public class ActiveDirectoryDfsFolderPermissions : BypassSection
Inheritance
ActiveDirectoryDfsFolderPermissions
Inherited Members

Constructors

ActiveDirectoryDfsFolderPermissions()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermissions class.

public ActiveDirectoryDfsFolderPermissions()

Properties

ApplicationTypeString

Gets the permissions application type as a human readable string.

public string ApplicationTypeString { get; set; }

Property Value

string

Items

Gets or sets the items in the collection.

public ActiveDirectoryDfsFolderPermissionCollection Items { get; set; }

Property Value

ActiveDirectoryDfsFolderPermissionCollection

Methods

ToString()

Returns the Active Directory distributed file system (DFS) folder permissions as a human readable string.

public override string ToString()

Returns

string

The Active Directory distributed file system (DFS) folder permissions as a human readable string.