Click or drag to resize
SbXmlTag Structure

Namespace: OIV.LDM.Xml
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct SbXmlTag

The SbXmlTag type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodExist
Indicates if this XML tag is valid.
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyFirstChildTag
Returns the first XML child tag.
Public propertyName
Returns the name of the XML tag.
Public propertyNextSiblingTag
Returns the next sibling XML child.
Public propertyText
Returns the text associated with the XML tag.
Top
See Also