Dummy.InternalName Property
internalName.Represents the attribte in schema: internalName
Namespace: DocumentFormat.OpenXml.Office.MetaAttributes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "internalName")> _
Public Property InternalName As StringValue
Get
Set
'Usage
Dim instance As Dummy
Dim value As StringValue
value = instance.InternalName
instance.InternalName = value
[SchemaAttrAttribute(, "internalName")]
public StringValue InternalName { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue