Share via


Style.NameLocal Property 

Returns the name of a built-in style in the language of the user. Read/write String.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim style1 As Style

Dim returnValue As String
returnValue = style1.NameLocal

Dim sampleValue As String
style1.NameLocal = sampleValue

Syntax

Property NameLocal() As String
string NameLocal {get; set;}
property String^ NameLocal{
    String^ get();
    Void set(String^);
}
public System.String get_NameLocal();
public void set_NameLocal(System.String);
function get NameLocal() : String;
function set NameLocal(String);

Remarks

Setting this property renames a user-defined style or adds an alias to a built-in style.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Style Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Style Members