Compartir a través de


LayoutNode.Name Property

Name.Represents the attribte in schema: name

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

Syntax

'Declaración
<SchemaAttrAttribute(, "name")> _
Public Property Name As StringValue
    Get
    Set
'Uso
Dim instance As LayoutNode
Dim value As StringValue

value = instance.Name

instance.Name = value
[SchemaAttrAttribute(, "name")]
public StringValue Name { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

A unique identifier for the layout node.

The possible values for this attribute are defined by the XML Schema string data type.

See Also

Reference

LayoutNode Class

LayoutNode Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace