Поделиться через


EnumValue<T>.Value Property

Gets or sets the value of the enum.

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

Syntax

'Декларация
Public Property Value As T
    Get
    Set
'Применение
Dim instance As EnumValue
Dim value As T

value = instance.Value

instance.Value = value
public T Value { get; set; }

Property Value

Type: T

See Also

Reference

EnumValue<T> Class

EnumValue<T> Members

DocumentFormat.OpenXml Namespace