SlideSyncProperties.ServerSlideId Property

Definition

Server's Slide File ID

Represents the following attribute in the schema: serverSldId

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

Property Value

Returns StringValue.

Attributes

Remarks

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

Identifier of the slide file on the server. This ID is unrelated to the Slide's ID, and is a unique identifier for the slide in the slide library.

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

Applies to