AudioFromFile.Link Property
Linked Relationship ID.Represents the attribte in schema: r:link
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
Get
Set
'Usage
Dim instance As AudioFromFile
Dim value As StringValue
value = instance.Link
instance.Link = value
[SchemaAttrAttribute(, "link")]
public StringValue Link { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the identification information for a linked object. This attribute is used to specify the location of an object that does not reside within this file.
The possible values for this attribute are defined by the ST_RelationshipId simple type.