Sdílet prostřednictvím


OpenXmlAttribute.LocalName Property

Gets or sets the local name of the attribute.

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

Syntax

'Declaration
Public Property LocalName As String
    Get
    Set
'Usage
Dim instance As OpenXmlAttribute
Dim value As String

value = instance.LocalName

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

Property Value

Type: System.String
Returns String.

See Also

Reference

OpenXmlAttribute Structure

OpenXmlAttribute Members

DocumentFormat.OpenXml Namespace