Share via


CustomDocumentProperty.LinkTarget Property

Bookmark Link Target.Represents the attribte in schema: linkTarget

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

Syntax

'Declaration
<SchemaAttrAttribute(, "linkTarget")> _
Public Property LinkTarget As StringValue
    Get
    Set
'Usage
Dim instance As CustomDocumentProperty
Dim value As StringValue

value = instance.LinkTarget

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace