IQueryDesignerState.DesignerState Property

Definition

Gets or sets the designer state data.

public:
 property System::Xml::XmlElement ^ DesignerState { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement DesignerState { get; set; }
member this.DesignerState : System.Xml.XmlElement with get, set
Public Property DesignerState As XmlElement

Property Value

An XmlElement object that contains the designer state data.

Applies to