ArcFM Responder Mobile Developer Guide
TraceType Property (IMMTraceRunParameters)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property TraceType As mmTraceType
'Usage
 
Dim instance As IMMTraceRunParameters
Dim value As mmTraceType
 
instance.TraceType = value
 
value = instance.TraceType
[System.Runtime.InteropServices.DispId(1610678272)]
mmTraceType TraceType {get; set;}
read-write property TraceType: mmTraceType; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set TraceType : mmTraceType
[System.Runtime.InteropServices.DispId(1610678272)]
__property mmTraceType get_TraceType();
__property void set_TraceType( 
   mmTraceType value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property mmTraceType TraceType {
   mmTraceType get();
   void set (    mmTraceType 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

IMMTraceRunParameters Interface
IMMTraceRunParameters Members

Send Feedback