Determines if the configurator has been properly configured and all required properties have been assigned.
Syntax
Visual Basic (Declaration) | |
---|
Public Function IsConfigurationValid( _
ByRef message As String _
) As Boolean |
Parameters
- message
- Description of errors found, if any, when determining if the configurator has been properly configured.
Return Value
False if the configurator requires additional configuration by the user, true otherwise.
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