EditorOptionKey<T>.Name Property

Definition

Gets the name of this key.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
public string Name { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.Name : string
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of this key.

Attributes

Applies to