Share via


Constraint.Operator Property

Definition

Operator

Represents the following attribute in the schema: op

[DocumentFormat.OpenXml.SchemaAttr(0, "op")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues> Operator { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues> Operator { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "op")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues>? Operator { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("op")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues>? Operator { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues>? Operator { get; set; }
member this.Operator : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "op")>]
member this.Operator : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("op")>]
member this.Operator : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues> with get, set
Public Property Operator As EnumValue(Of BoolOperatorValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to