TimeListConditionalType.Delay Property
Trigger Delay.Represents the attribte in schema: delay
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "delay")> _
Public Property Delay As StringValue
Get
Set
'Применение
Dim instance As TimeListConditionalType
Dim value As StringValue
value = instance.Delay
instance.Delay = value
[SchemaAttrAttribute(, "delay")]
public StringValue Delay { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue