EventOpcode.Name Property

Definition

Gets the non-localized name for an event opcode.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The non-localized name for an event opcode.

Applies to

See also