Windward Engine API Reference
IsRequired Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider.PropInfoStatus Class : IsRequired Property




Glossary Item Box

true if this must be set. false if it can be left blank.

Syntax

Visual Basic (Declaration) 
Public Property IsRequired As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider.PropInfoStatus
Dim value As Boolean
 
instance.IsRequired = value
 
value = instance.IsRequired
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

© 2019 All Rights Reserved.