←Select platform

Mandatory Property

Summary

Boolean accessor and setter to flag element as mandatory. Returns true if this element is required, otherwise it returns false;

Syntax

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

Property Value

Gets or sets a value that indicates whether this element is a mandatory element.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly