Share via


CustomDocumentProperty.FormatId Property

Format ID.Represents the attribte in schema: fmtid

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fmtid")> _
Public Property FormatId As StringValue
    Get
    Set
'Usage
Dim instance As CustomDocumentProperty
Dim value As StringValue

value = instance.FormatId

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace