SlideSyncProperties.ServerSlideId Property

Server's Slide File ID.Represents the attribte in schema: serverSldId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "serverSldId")> _
Public Property ServerSlideId As StringValue
    Get
    Set
'Usage
Dim instance As SlideSyncProperties
Dim value As StringValue

value = instance.ServerSlideId

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

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.

See Also

Reference

SlideSyncProperties Class

SlideSyncProperties Members

DocumentFormat.OpenXml.Presentation Namespace