CommandBar.NameLocal Property

Definition

Gets or sets the localized name of the command bar.

public:
 property System::String ^ NameLocal { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ NameLocal { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610874896)]
public string NameLocal { [System.Runtime.InteropServices.DispId(1610874896)] get; [System.Runtime.InteropServices.DispId(1610874896)] set; }
[<System.Runtime.InteropServices.DispId(1610874896)>]
[<get: System.Runtime.InteropServices.DispId(1610874896)>]
[<set: System.Runtime.InteropServices.DispId(1610874896)>]
member this.NameLocal : string with get, set
Public Property NameLocal As String

Property Value

The localized name of the command bar.

Attributes

Applies to