Constraint.ForName Property

For Name.Represents the attribte in schema: forName

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

Syntax

'Declaration
<SchemaAttrAttribute(, "forName")> _
Public Property ForName As StringValue
    Get
    Set
'Usage
Dim instance As Constraint
Dim value As StringValue

value = instance.ForName

instance.ForName = value
[SchemaAttrAttribute(, "forName")]
public StringValue ForName { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Constraint Class

Constraint Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace