Gets or sets the number of variables in
MessageBase.Variables (starting at the beginning) that should be used to return values for the specified IIDs.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property NonRepeaters As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As GetBulkMessage
Dim value As Integer
instance.NonRepeaters = value
value = instance.NonRepeaters |
| C# | |
|---|
public int NonRepeaters {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_NonRepeaters();
public: __property void set_NonRepeaters(
int value
); |
| C++/CLI | |
|---|
public:
property int NonRepeaters {
int get();
void set ( int value);
} |
Property Value
The number of variable objects that should be treated as non-repeating IIDs.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also