Share via


EnumStringAttribute.Value Property

Gets the text string in this custom attribute.

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

Syntax

'Declaration
Public Property Value As String
    Get
    Private Set
'Usage
Dim instance As EnumStringAttribute
Dim value As String

value = instance.Value
public string Value { get; private set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

EnumStringAttribute Class

EnumStringAttribute Members

DocumentFormat.OpenXml Namespace