Share via


CustomShowReference.Id Property

Definition

Custom Show Identifier

Represents the following attribute in the schema: id

[DocumentFormat.OpenXml.SchemaAttr(0, "id")]
public DocumentFormat.OpenXml.UInt32Value Id { get; set; }
public DocumentFormat.OpenXml.UInt32Value Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "id")]
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("id")]
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Id { get; set; }
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "id")>]
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("id")>]
member this.Id : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Id As UInt32Value

Property Value

Returns UInt32Value.

Attributes

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.

Applies to