SimpleEditorView.ComponentId Property

Definition

Gets or sets the component ID of the editor view.

protected:
 property System::UInt32 ComponentId { System::UInt32 get(); void set(System::UInt32 value); };
protected:
 property unsigned int ComponentId { unsigned int get(); void set(unsigned int value); };
protected uint ComponentId { get; set; }
member this.ComponentId : uint32 with get, set
Protected Property ComponentId As UInteger

Property Value

The component ID of the editor view.

Applies to