ArcFM Responder Mobile Developer Guide
SymbolizedType Property (D8TopLevelClass)






Syntax
'Declaration
 
Public Overridable Property SymbolizedType As mmd8ListItemType
'Usage
 
Dim instance As D8TopLevelClass
Dim value As mmd8ListItemType
 
instance.SymbolizedType = value
 
value = instance.SymbolizedType
public virtual mmd8ListItemType SymbolizedType {get; set;}
public read-write property SymbolizedType: mmd8ListItemType; virtual; 
public function get,set SymbolizedType : mmd8ListItemType
public: __property virtual mmd8ListItemType get_SymbolizedType();
public: __property virtual void set_SymbolizedType( 
   mmd8ListItemType value
);
public:
virtual property mmd8ListItemType SymbolizedType {
   mmd8ListItemType get();
   void set (    mmd8ListItemType 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

D8TopLevelClass Class
D8TopLevelClass Members

Send Feedback