Windward Engine API Reference
Max Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > PropertyValue Class : Max Property




Glossary Item Box

The max value allowed for an int value. Integer.MAX if not set.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Max As Integer
Visual Basic (Usage)Copy Code
Dim instance As PropertyValue
Dim value As Integer
 
value = instance.Max
C# 
public int Max {get;}
Managed Extensions for C++ 
public: __property int get_Max();
C++/CLI 
public:
property int Max {
   int get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.