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