แชร์ผ่าน


EnumStringsAttribute.ExtensionClassName Property

Definition

Gets or sets the name of the generated class.

public:
 property System::String ^ ExtensionClassName { System::String ^ get(); void set(System::String ^ value); };
public string? ExtensionClassName { get; set; }
member this.ExtensionClassName : string with get, set
Public Property ExtensionClassName As String

Property Value

The default is null.

Remarks

If null, then the class name is generated by appending Extensions to the enum type name.

Applies to