DdeLink.DdeService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.