ImageFile.Target Property

Definition

target

Represents the following attribute in the schema: target

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

Property Value

Returns StringValue.

Attributes

Applies to