Validates current settings for map resource manager, map resource and layer. If any element is not valid an exception is thrown.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub Validate( _
ByVal page As Page _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As QueryAttributes
Dim page As Page
instance.Validate(page) |
Parameters
- page
- Page object used to locate map resource manager control.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also