Miner.Interop Namespace > IMMDistopsWorkspace Interface : SetIsTestCaseDirty Method |
'Declaration
Sub SetIsTestCaseDirty( _ ByVal sTableName As System.String, _ ByVal bIsDirty As System.Boolean _ )
'Usage
Dim instance As IMMDistopsWorkspace Dim sTableName As System.String Dim bIsDirty As System.Boolean instance.SetIsTestCaseDirty(sTableName, bIsDirty)
void SetIsTestCaseDirty( System.string sTableName, System.bool bIsDirty )
procedure SetIsTestCaseDirty( sTableName: System.String; bIsDirty: System.Boolean );
function SetIsTestCaseDirty( sTableName : System.String, bIsDirty : System.boolean );
void SetIsTestCaseDirty( System.string* sTableName, System.bool bIsDirty )
void SetIsTestCaseDirty( System.String^ sTableName, System.bool bIsDirty )
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