Table of Contents

Class EntraEnterpriseApplications

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

Represents a collection of Entra directory enterprise applications.

public class EntraEnterpriseApplications : BypassSection
Inheritance
EntraEnterpriseApplications
Inherited Members

Constructors

EntraEnterpriseApplications()

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

public EntraEnterpriseApplications()

Properties

Items

Gets or sets the items in the collection.

public EntraServicePrincipalCollection Items { get; set; }

Property Value

EntraServicePrincipalCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraEnterpriseApplications class from the specified XML.

public static EntraEnterpriseApplications FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraEnterpriseApplications

A CENTREL.XIA.Configuration.Types.EntraEnterpriseApplications class.

ToString()

Returns the Entra directory enterprise applications as a human readable string.

public override string ToString()

Returns

string

The Entra directory enterprise applications as a human readable string.