Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the number of registers that contain data.
Definition
Visual Basic Public Property RegisterCount As Integer C# public int RegisterCount { get; set; } C++ public:
property int RegisterCount {
int get();
void set(int value);
}JScript public function get RegisterCount() : int
public function set RegisterCount(int);
Property Value
System.Int32
An Int32object that indicates the number of registers that contain data.
This property is read/write.
.gif)