HyperlinkType.Action Property

Action Setting.Represents the attribte in schema: action

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

Syntax

'Declaration
<SchemaAttrAttribute(, "action")> _
Public Property Action As StringValue
    Get
    Set
'Usage
Dim instance As HyperlinkType
Dim value As StringValue

value = instance.Action

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

HyperlinkType Class

HyperlinkType Members

DocumentFormat.OpenXml.Drawing Namespace