Mandatory Property

Summary

Gets or sets a boolean value that indicates whether this is an element that is required.

Syntax
C#
VB
C++
Property Mandatory As Boolean 
public bool Mandatory { get; set; } 
property bool Mandatory { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this is an element that is required.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly