Path.Value Property

Path Definition.Represents the attribte in schema: v

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "v")> _
Public Property Value As StringValue
    Get
    Set
'Usage
Dim instance As Path
Dim value As StringValue

value = instance.Value

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace