ArcFM Responder Mobile Developer Guide
Properties Property (IFilter)






Syntax
'Declaration
 
Property Properties As System.Collections.IDictionary
'Usage
 
Dim instance As IFilter
Dim value As System.Collections.IDictionary
 
instance.Properties = value
 
value = instance.Properties
System.Collections.IDictionary Properties {get; set;}
read-write property Properties: System.Collections.IDictionary; 
function get,set Properties : System.Collections.IDictionary
__property System.Collections.IDictionary* get_Properties();
__property void set_Properties( 
   System.Collections.IDictionary* value
);
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

IFilter Interface
IFilter Members

Send Feedback