Compartir a través de


Dummy.DisplayName Property

displayName.Represents the attribte in schema: displayName

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

Syntax

'Declaración
<SchemaAttrAttribute(, "displayName")> _
Public Property DisplayName As StringValue
    Get
    Set
'Uso
Dim instance As Dummy
Dim value As StringValue

value = instance.DisplayName

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Dummy Class

Dummy Members

DocumentFormat.OpenXml.Office.MetaAttributes Namespace