MetadataType.Copy Property

Definition

Metadata Copy

Represents the following attribute in the schema: copy

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

Property Value

Returns BooleanValue.

Attributes

Applies to