ArcFM Responder Mobile Developer Guide
SetIsTestCaseDirty Method (MMSelectionAnalysisAPIClass)






Syntax
'Declaration
 
Public Overridable Sub SetIsTestCaseDirty( _
   ByVal sTableName As System.String, _
   ByVal bIsDirty As System.Boolean _
) 
'Usage
 
Dim instance As MMSelectionAnalysisAPIClass
Dim sTableName As System.String
Dim bIsDirty As System.Boolean
 
instance.SetIsTestCaseDirty(sTableName, bIsDirty)
public virtual void SetIsTestCaseDirty( 
   System.string sTableName,
   System.bool bIsDirty
)
public procedure SetIsTestCaseDirty( 
    sTableName: System.String;
    bIsDirty: System.Boolean
); virtual; 
public function SetIsTestCaseDirty( 
   sTableName : System.String,
   bIsDirty : System.boolean
);
public: virtual void SetIsTestCaseDirty( 
   System.string* sTableName,
   System.bool bIsDirty
) 
public:
virtual void SetIsTestCaseDirty( 
   System.String^ sTableName,
   System.bool bIsDirty
) 

Parameters

sTableName
bIsDirty
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

MMSelectionAnalysisAPIClass Class
MMSelectionAnalysisAPIClass Members

Send Feedback