ValueEditor.EditorType Property

Definition

The name of this ValueEditor. This field is mandatory and culture invariant.

public:
 property System::String ^ EditorType { System::String ^ get(); void set(System::String ^ value); };
public string EditorType { get; set; }
public string EditorType { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.EditorType : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.EditorType : string with get, set
Public Property EditorType As String

Property Value

The name of the editor.

Attributes

Remarks

This field is mandatory and culture invariant.

Applies to