Share via


EnumStringsAttribute.ExtensionNamespace Property

Definition

Gets or sets the namespace of the generated class.

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

Property Value

The default is null.

Remarks

If null, then the class is generated in the same namespace as the enum.

Applies to