Constraint.ReferenceFor Property

Definition

Reference For

Represents the following attribute in the schema: refFor

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to