true if this must be set. false if it can be left blank.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property IsRequired As Boolean |
| C# | |
|---|
public bool IsRequired {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_IsRequired();
public: __property void set_IsRequired(
bool value
); |
| C++/CLI | |
|---|
public:
property bool IsRequired {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also