SlideSyncProperties.ServerSlideId Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Id. de archivo de diapositivas del servidor
Representa el atributo siguiente en el esquema: 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
Valor de propiedad
Devuelve StringValue.
- Atributos
Comentarios
La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.
Identificador del archivo de diapositivas en el servidor. Este identificador no está relacionado con el identificador de la diapositiva y es un identificador único para la diapositiva de la biblioteca de diapositivas.
Los valores posibles para este atributo se definen mediante el tipo de datos Esquema string
XML.