ArcFM Responder Mobile Developer Guide
ValidateDataTypeAndThrowOnFailure Method (TaskFieldElement)






Syntax
'Declaration
 
Protected Sub ValidateDataTypeAndThrowOnFailure( _
   ByVal inValue As System.Object _
) 
'Usage
 
Dim instance As TaskFieldElement
Dim inValue As System.Object
 
instance.ValidateDataTypeAndThrowOnFailure(inValue)
protected void ValidateDataTypeAndThrowOnFailure( 
   System.object inValue
)
protected procedure ValidateDataTypeAndThrowOnFailure( 
    inValue: System.TObject
); 
protected function ValidateDataTypeAndThrowOnFailure( 
   inValue : System.Object
);
protected: void ValidateDataTypeAndThrowOnFailure( 
   System.Object* inValue
) 
protected:
void ValidateDataTypeAndThrowOnFailure( 
   System.Object^ inValue
) 

Parameters

inValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TaskFieldElement Class
TaskFieldElement Members

Send Feedback