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