Table of Contents

Class EntraApplicationManifest

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

Represents the manifest for an Entra application.

public class EntraApplicationManifest : BypassSection
Inheritance
EntraApplicationManifest
Inherited Members

Constructors

EntraApplicationManifest()

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

public EntraApplicationManifest()

Properties

Content

Gets or sets the content of the manifest.

public string Content { get; set; }

Property Value

string

Methods

ToString()

Returns the manifest as a human readable string.

public override string ToString()

Returns

string

The manifest as a human readable string.