OneOf.DisjunctionType Property
disjunction-type.Represents the attribte in schema: disjunction-type
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "disjunction-type")> _
Public Property DisjunctionType As EnumValue(Of DisjunctionTypeValues)
Get
Set
'Usage
Dim instance As OneOf
Dim value As EnumValue(Of DisjunctionTypeValues)
value = instance.DisjunctionType
instance.DisjunctionType = value
[SchemaAttrAttribute(, "disjunction-type")]
public EnumValue<DisjunctionTypeValues> DisjunctionType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DisjunctionTypeValues>