DataModelExtensionBlock.RelId Property
relId.Represents the attribte in schema: relId
Namespace: DocumentFormat.OpenXml.Office.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "relId")> _
Public Property RelId As StringValue
Get
Set
'Usage
Dim instance As DataModelExtensionBlock
Dim value As StringValue
value = instance.RelId
instance.RelId = value
[SchemaAttrAttribute(, "relId")]
public StringValue RelId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue