ArcFM Responder Mobile Developer Guide
FeatureClassName Property (IncidentDeviceStepsArchiveObject)






Syntax
'Declaration
 
Public Property FeatureClassName As System.String
'Usage
 
Dim instance As IncidentDeviceStepsArchiveObject
Dim value As System.String
 
instance.FeatureClassName = value
 
value = instance.FeatureClassName
public System.string FeatureClassName {get; set;}
public read-write property FeatureClassName: System.String; 
public function get,set FeatureClassName : System.String
public: __property System.string* get_FeatureClassName();
public: __property void set_FeatureClassName( 
   System.string* value
);
public:
property System.String^ FeatureClassName {
   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

IncidentDeviceStepsArchiveObject Class
IncidentDeviceStepsArchiveObject Members

Send Feedback