Indicates whether this object should use a subset of the forms in the
FormModels collection.
Syntax
'Declaration
Public Property LimitIdentificationToSubset As Boolean
'Usage
Dim instance As IdentificationProcessor
Dim value As Boolean
instance.LimitIdentificationToSubset = value
value = instance.LimitIdentificationToSubset
public bool LimitIdentificationToSubset {get; set;}
public: __property bool get_LimitIdentificationToSubset();
public: __property void set_LimitIdentificationToSubset(
bool value
);
public:
property bool LimitIdentificationToSubset {
bool get();
void set ( bool value);
}
See Also