ESRI.ArcGIS.ADF.Tasks
IsConfigurationValid Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTaskWebConfigurator Class : IsConfigurationValid Method




message
Description of errors found, if any, when determining if the configurator has been properly configured.
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
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTaskWebConfigurator
Dim message As String
Dim value As Boolean
 
value = instance.IsConfigurationValid(message)
C# 
public bool IsConfigurationValid( 
   out string message
)

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.

See Also

© 2010 All Rights Reserved.