| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public ReadOnly Property Connected As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public bool Connected {get;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property bool Connected { bool get(); } | |
Return Value
true if connected; otherwise, false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code