ArcFM Responder Mobile Developer Guide
Properties Property (DownstreamCustomerRequest)






Get receives the input properties from the query class configuration and from the user inputs. Set returns a complete set of input and output properties.
Syntax
'Declaration
 
Public Property Properties As System.Collections.IDictionary
'Usage
 
Dim instance As DownstreamCustomerRequest
Dim value As System.Collections.IDictionary
 
instance.Properties = value
 
value = instance.Properties
public System.Collections.IDictionary Properties {get; set;}
public read-write property Properties: System.Collections.IDictionary; 
public function get,set Properties : System.Collections.IDictionary
public: __property System.Collections.IDictionary* get_Properties();
public: __property void set_Properties( 
   System.Collections.IDictionary* value
);
public:
property System.Collections.IDictionary^ Properties {
   System.Collections.IDictionary^ get();
   void set (    System.Collections.IDictionary^ 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

DownstreamCustomerRequest Class
DownstreamCustomerRequest Members

Send Feedback