Constraint.ReferenceForName Property

Reference For Name.Represents the attribte in schema: refForName

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

Syntax

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

value = instance.ReferenceForName

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Constraint Class

Constraint Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace