Table of Contents

Class GroupPolicyNetworkShares

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

Represents a collection of Active Directory Group Policy network shares.

public class GroupPolicyNetworkShares : GlobalSerializableClassicBase
Inheritance
GroupPolicyNetworkShares

Constructors

GroupPolicyNetworkShares()

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

public GroupPolicyNetworkShares()

Properties

Items

Gets or sets the items in the collection.

public GroupPolicyNetworkShareCollection Items { get; set; }

Property Value

GroupPolicyNetworkShareCollection

Methods

ToString()

Returns the Group Policy network shares as a human readable string.

public override string ToString()

Returns

string

The Group Policy network shares as a human readable string.