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