StructureDefOnlyNode Property

Summary
Boolean accessor and setter for this node's structure definition. Returns true if this node's purpose is for defining the structure only and has no values. Otherwise, it returns false.
Syntax
C#
VB
C++
Public Property StructureDefOnlyNode As Boolean 
public bool StructureDefOnlyNode { get; set; } 
public: 
property bool StructureDefOnlyNode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Gets or sets if this is an element structure (schema) definition only.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.