Gets or sets the maximum number of variables that should be returned in ResponseMessage for each variable in
MessageBase.Variables that follow the first "non-repeating" variables.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Repetitions As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GetBulkMessage
Dim value As Integer
instance.Repetitions = value
value = instance.Repetitions |
C# | |
---|
public int Repetitions {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Repetitions();
public: __property void set_Repetitions(
int value
); |
C++/CLI | |
---|
public:
property int Repetitions {
int get();
void set ( int value);
} |
Property Value
The maximum number of row values requested for each variable specified.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also