NativeAttribute.NativeName Property

Definition

The name of the corresponding native enum (in case it doesn't match the managed enum's name).

public string NativeName { get; set; }
member this.NativeName : string with get, set

Property Value

The name of the corresponding native enum (in case it doesn't match the managed enum's name).

Applies to