ArcFM Responder Mobile Developer Guide
RegionFeatureModelName Property






Region (County) feature class name
Syntax
'Declaration
 
Protected Property RegionFeatureModelName As System.String
'Usage
 
Dim instance As UpdateRegionsAndCountiesBase
Dim value As System.String
 
instance.RegionFeatureModelName = value
 
value = instance.RegionFeatureModelName
protected System.string RegionFeatureModelName {get; set;}
protected read-write property RegionFeatureModelName: System.String; 
protected function get,set RegionFeatureModelName : System.String
protected: __property System.string* get_RegionFeatureModelName();
protected: __property void set_RegionFeatureModelName( 
   System.string* value
);
protected:
property System.String^ RegionFeatureModelName {
   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

UpdateRegionsAndCountiesBase Class
UpdateRegionsAndCountiesBase Members

Send Feedback