BPM.Server
ParameterCompareType Property



Syntax
'Declaration
 
Public Property ParameterCompareType As BPM.Data.Common.ParameterCompareType
'Usage
 
Dim instance As BPMDBParameter
Dim value As BPM.Data.Common.ParameterCompareType
 
instance.ParameterCompareType = value
 
value = instance.ParameterCompareType
public BPM.Data.Common.ParameterCompareType ParameterCompareType {get; set;}
public:
property BPM.Data.Common.ParameterCompareType ParameterCompareType {
   BPM.Data.Common.ParameterCompareType get();
   void set (    BPM.Data.Common.ParameterCompareType 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

BPMDBParameter Class
BPMDBParameter Members

Send Feedback