ArcFM Responder Mobile Developer Guide
PullType Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property PullType As mmCblPullType
'Usage
 
Dim instance As IMMConduitSection
Dim value As mmCblPullType
 
instance.PullType = value
 
value = instance.PullType
[System.Runtime.InteropServices.DispId(1610678280)]
mmCblPullType PullType {get; set;}
read-write property PullType: mmCblPullType; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set PullType : mmCblPullType
[System.Runtime.InteropServices.DispId(1610678280)]
__property mmCblPullType get_PullType();
__property void set_PullType( 
   mmCblPullType value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property mmCblPullType PullType {
   mmCblPullType get();
   void set (    mmCblPullType 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

IMMConduitSection Interface
IMMConduitSection Members

Send Feedback