SimpleField.Instruction Property

Field Codes.Represents the attribte in schema: w:instr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "instr")> _
Public Property Instruction As StringValue
    Get
    Set
'Usage
Dim instance As SimpleField
Dim value As StringValue

value = instance.Instruction

instance.Instruction = value
[SchemaAttrAttribute(, "instr")]
public StringValue Instruction { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

SimpleField Class

SimpleField Members

DocumentFormat.OpenXml.Wordprocessing Namespace