Table of Contents

Class EntraOwners

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

Represents the owners of an Entra directory resource.

public class EntraOwners : BypassSection
Inheritance
EntraOwners
Inherited Members

Constructors

EntraOwners()

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

public EntraOwners()

Properties

Items

Gets or sets the items in the collection.

public EntraDirectoryObjectCollection Items { get; set; }

Property Value

EntraDirectoryObjectCollection

Methods

FromXml(string)

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

public static EntraOwners FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraOwners

A CENTREL.XIA.Configuration.Types.EntraOwners class.

ToString()

Returns the Entra owners as a human readable string.

public override string ToString()

Returns

string

The Entra owners as a human readable string.