Table of Contents

Class StarterGroupPolicyObjects

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

Represents a collection of Starter Group Policy objects.

public class StarterGroupPolicyObjects : BypassSection
Inheritance
StarterGroupPolicyObjects
Inherited Members

Constructors

StarterGroupPolicyObjects()

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

public StarterGroupPolicyObjects()

Properties

Items

Gets or sets the items in the collection.

public StarterGroupPolicyObjectCollection Items { get; set; }

Property Value

StarterGroupPolicyObjectCollection

Methods

ToString()

Returns the Starter Group Policy objects as a human readable string.

public override string ToString()

Returns

string

The Starter Group Policy objects as a human readable string.