DdeLink.DdeService Property

Definition

Service name

Represents the following attribute in the schema: ddeService

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

Property Value

Returns StringValue.

Attributes

Remarks

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

Service name (in other words, application name) for the DDE connection. This is a required attribute.

The possible values for this attribute are defined by the ST_Xstring simple type.

Applies to