| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public Property Remaining As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public int Remaining {get; set;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property int Remaining { int get(); void set (int value); } | |
Return Value
The remaining instances.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code