Class ActiveDirectorySchema
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory schema settings.
public class ActiveDirectorySchema : BaseTypeSection
- Inheritance
-
ActiveDirectorySchema
Constructors
ActiveDirectorySchema()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectorySchema class.
public ActiveDirectorySchema()
Properties
DistinguishedName
Gets or sets the distinguished name of the schema naming context.
public string DistinguishedName { get; set; }
Property Value
SchemaAttributes
Gets or sets the schema attributes.
public ActiveDirectorySchemaAttributes SchemaAttributes { get; set; }
Property Value
SchemaClasses
Gets or sets the schema classes.
public ActiveDirectorySchemaClasses SchemaClasses { get; set; }
Property Value
SchemaVersion
Gets or sets the schema version.
public int SchemaVersion { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectorySchema object.
public ActiveDirectorySchema Clone()
Returns
- ActiveDirectorySchema
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectorySchema object.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectorySchema class from the specified XML.
public static ActiveDirectorySchema FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ActiveDirectorySchema
A CENTREL.XIA.Configuration.Types.ActiveDirectorySchema class.