ChildElementInfoAttribute.ElementType Property
Get the type of the possible child element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property ElementType As Type
Get
'Usage
Dim instance As ChildElementInfoAttribute
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
Property Value
Type: System.Type
See Also
Reference
ChildElementInfoAttribute Class