SeekEventRecord.ObjectId Property
objId.Represents the attribte in schema: objId
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "objId")> _
Public Property ObjectId As UInt32Value
Get
Set
'Usage
Dim instance As SeekEventRecord
Dim value As UInt32Value
value = instance.ObjectId
instance.ObjectId = value
[SchemaAttrAttribute(, "objId")]
public UInt32Value ObjectId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value