Hyperlink.DocLocation Property

Location in Target Document.Represents the attribte in schema: w:docLocation

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

Syntax

'Declaration
<SchemaAttrAttribute(, "docLocation")> _
Public Property DocLocation As StringValue
    Get
    Set
'Usage
Dim instance As Hyperlink
Dim value As StringValue

value = instance.DocLocation

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Hyperlink Class

Hyperlink Members

DocumentFormat.OpenXml.Wordprocessing Namespace