DdeLink.DdeTopic 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.
Topic for DDE server
Represents the following attribute in the schema: ddeTopic
[DocumentFormat.OpenXml.SchemaAttr(0, "ddeTopic")]
public DocumentFormat.OpenXml.StringValue DdeTopic { get; set; }
public DocumentFormat.OpenXml.StringValue DdeTopic { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "ddeTopic")]
public DocumentFormat.OpenXml.StringValue? DdeTopic { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("ddeTopic")]
public DocumentFormat.OpenXml.StringValue? DdeTopic { get; set; }
public DocumentFormat.OpenXml.StringValue? DdeTopic { get; set; }
member this.DdeTopic : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "ddeTopic")>]
member this.DdeTopic : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("ddeTopic")>]
member this.DdeTopic : DocumentFormat.OpenXml.StringValue with get, set
Public Property DdeTopic 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.
Describes something for the DDE application to which the channel pertains—usually a document of that application. This is a required attribute.
The possible values for this attribute are defined by the ST_Xstring
simple type.