Gets the PluginEditorType for this instance.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public Type PluginEditorType { get; private set; }
Visual Basic (Declaration)
Public Property PluginEditorType As Type
Visual C++
public:
property Type^ PluginEditorType {
	Type^ get ();
	void set (Type^ value);
}

See Also