Extension.LocalizedName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.