Freigeben über


Rule.For-Eigenschaft

For.Represents the attribte in schema: for

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "for")> _
Public Property For As EnumValue(Of ConstraintRelationshipValues)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As EnumValue(Of ConstraintRelationshipValues)

value = instance.For

instance.For = value
[SchemaAttrAttribute(, "for")]
public EnumValue<ConstraintRelationshipValues> For { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<ConstraintRelationshipValues>
Returns EnumValue<T>.

Siehe auch

Referenz

Rule Klasse

Rule-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace