Extension.LocalizedName Property

Definition

The localized name to be used for display purposes on a user interface. Read-only.

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

Property Value

A String containing the localized name.

Remarks

The value of the LocalizedName property is retrieved from the LocalizedName property of the extension. For more information about the IExtension interface and its properties, see IExtension interface.

Applies to