ArcFM Responder Mobile Developer Guide
StoppedPhases Property (IMMTraceStopper)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678282)>
Property StoppedPhases As SetOfPhases
'Usage
 
Dim instance As IMMTraceStopper
Dim value As SetOfPhases
 
instance.StoppedPhases = value
 
value = instance.StoppedPhases
[System.Runtime.InteropServices.DispId(1610678282)]
SetOfPhases StoppedPhases {get; set;}
read-write property StoppedPhases: SetOfPhases; 
System.Runtime.InteropServices.DispIdAttribute(1610678282)
function get,set StoppedPhases : SetOfPhases
[System.Runtime.InteropServices.DispId(1610678282)]
__property SetOfPhases get_StoppedPhases();
__property void set_StoppedPhases( 
   SetOfPhases value
);
[System.Runtime.InteropServices.DispId(1610678282)]
property SetOfPhases StoppedPhases {
   SetOfPhases get();
   void set (    SetOfPhases value);
}
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

IMMTraceStopper Interface
IMMTraceStopper Members

Send Feedback