ArcFM Responder Mobile Developer Guide
Type Property (OperationsArchiveObject)






Syntax
'Declaration
 
Public Property Type As OperationTypeDomain
'Usage
 
Dim instance As OperationsArchiveObject
Dim value As OperationTypeDomain
 
instance.Type = value
 
value = instance.Type
public OperationTypeDomain Type {get; set;}
public read-write property Type: OperationTypeDomain; 
public function get,set Type : OperationTypeDomain
public: __property OperationTypeDomain get_Type();
public: __property void set_Type( 
   OperationTypeDomain value
);
public:
property OperationTypeDomain Type {
   OperationTypeDomain get();
   void set (    OperationTypeDomain 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

OperationsArchiveObject Class
OperationsArchiveObject Members

Send Feedback