Share via


CustomShowReference.Id Property

Custom Show Identifier.Represents the attribte in schema: id

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

Syntax

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

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "id")]
public UInt32Value Id { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies the custom show identification number. This is a number given that should be unique within the presentation document.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

See Also

Reference

CustomShowReference Class

CustomShowReference Members

DocumentFormat.OpenXml.Presentation Namespace