Syntax
| Visual Basic (Declaration) | |
|---|
Public Property current As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As LimitInfo
Dim value As Integer
instance.current = value
value = instance.current |
| C# | |
|---|
public int current {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property int get_current();
public: __property void set_current(
int value
); |
| C++/CLI | |
|---|
public:
property int current {
int get();
void set ( int value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also