Поделиться через


CustomDocumentProperty.PropertyId Property

Property ID.Represents the attribte in schema: pid

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pid")> _
Public Property PropertyId As Int32Value
    Get
    Set
'Usage
Dim instance As CustomDocumentProperty
Dim value As Int32Value

value = instance.PropertyId

instance.PropertyId = value
[SchemaAttrAttribute(, "pid")]
public Int32Value PropertyId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace