ArcFM Responder Mobile Developer Guide
ExtendedPropertyCondition Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal key As System.Object, _
   ByVal criterion As ValueCriterion _
)
'Usage
 
Dim key As System.Object
Dim criterion As ValueCriterion
 
Dim instance As New ExtendedPropertyCondition(key, criterion)
public ExtendedPropertyCondition( 
   System.object key,
   ValueCriterion criterion
)
public ExtendedPropertyCondition( 
    key: System.TObject;
    criterion: ValueCriterion
); 
public function ExtendedPropertyCondition( 
   key : System.Object,
   criterion : ValueCriterion
);
public: ExtendedPropertyCondition( 
   System.Object* key,
   ValueCriterion* criterion
)
public:
ExtendedPropertyCondition( 
   System.Object^ key,
   ValueCriterion^ criterion
)

Parameters

key
criterion
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

ExtendedPropertyCondition Class
ExtendedPropertyCondition Members

Send Feedback