CustomDocumentProperty.PropertyId Property
Property ID.Represents the attribte in schema: pid
Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "pid")> _
Public Property PropertyId As Int32Value
Get
Set
'使用
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