ServerFormat.LocalName property

This member overrides OpenXmlElement.LocalName.

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property LocalName As String
    Get
'Usage
Dim instance As ServerFormat
Dim value As String

value = instance.LocalName
public override string LocalName { get; }

Property value

Type: System.String

See also

Reference

ServerFormat class

ServerFormat members

DocumentFormat.OpenXml.Office15.Excel namespace