Responder Developer Guide
IsPropertyValid Method


Syntax
'Declaration
 
Function IsPropertyValid( _
   ByVal task As NetworkTask, _
   ByVal property As String, _
   ByRef validationMessage As String _
) As Boolean
'Usage
 
Dim instance As ITaskValidationService
Dim task As NetworkTask
Dim property As String
Dim validationMessage As String
Dim value As Boolean
 
value = instance.IsPropertyValid(task, property, validationMessage)
bool IsPropertyValid( 
   NetworkTask task,
   string property,
   out string validationMessage
)

Parameters

task
property
validationMessage
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ITaskValidationService Interface
ITaskValidationService Members

 

 


Send Comment