XmlSchemaObject.Parent Property

Definition

Gets or sets the parent of this XmlSchemaObject.

public:
 property System::Xml::Schema::XmlSchemaObject ^ Parent { System::Xml::Schema::XmlSchemaObject ^ get(); void set(System::Xml::Schema::XmlSchemaObject ^ value); };
public System.Xml.Schema.XmlSchemaObject? Parent { get; set; }
public System.Xml.Schema.XmlSchemaObject Parent { get; set; }
member this.Parent : System.Xml.Schema.XmlSchemaObject with get, set
Public Property Parent As XmlSchemaObject

Property Value

The parent XmlSchemaObject of this XmlSchemaObject.

Applies to