ArcFM Responder Mobile Developer Guide
D8ContextCat Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678283)>
Property D8ContextCat As System.String
'Usage
 
Dim instance As IMMListTree
Dim value As System.String
 
instance.D8ContextCat = value
 
value = instance.D8ContextCat
[System.Runtime.InteropServices.DispId(1610678283)]
System.string D8ContextCat {get; set;}
read-write property D8ContextCat: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678283)
function get,set D8ContextCat : System.String
[System.Runtime.InteropServices.DispId(1610678283)]
__property System.string* get_D8ContextCat();
__property void set_D8ContextCat( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678283)]
property System.String^ D8ContextCat {
   System.String^ get();
   void set (    System.String^ 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

IMMListTree Interface
IMMListTree Members

Send Feedback