Windward Studios API Reference
IsValueListPlus Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider.PropertyInfo Class : IsValueListPlus Property




Glossary Item Box

A ValueList is provided, but any string can be entered, not just items in the list.

Syntax

Visual Basic (Declaration) 
Public Property IsValueListPlus As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider.PropertyInfo
Dim value As Boolean
 
instance.IsValueListPlus = value
 
value = instance.IsValueListPlus
C# 
public bool IsValueListPlus {get; set;}
Managed Extensions for C++ 
public: __property bool get_IsValueListPlus();
public: __property void set_IsValueListPlus( 
   bool value
);
C++/CLI 
public:
property bool IsValueListPlus {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software