CustomerDataTags.Id Property

Relationship ID.Represents the attribte in schema: r:id

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

Syntax

'Declaration
<SchemaAttrAttribute(, "id")> _
Public Property Id As StringValue
    Get
    Set
'Usage
Dim instance As CustomerDataTags
Dim value As StringValue

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "id")]
public StringValue Id { 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.

This attribute specifies the relationship identifier for the customer data tag. This allows for a link to a resource that is external from the current XML document but still contained within the presentation document.

The possible values for this attribute are defined by the ST_RelationshipId simple type.

See Also

Reference

CustomerDataTags Class

CustomerDataTags Members

DocumentFormat.OpenXml.Presentation Namespace