| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Protocol As SslProtocols  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As SslInfo Dim value As SslProtocols value = instance.Protocol  | |
| C# | |
|---|---|
public SslProtocols Protocol {get;}  | |
| Managed Extensions for C++ | |
|---|---|
public: __property SslProtocols get_Protocol();  | |
| C++/CLI | |
|---|---|
public: property SslProtocols Protocol { SslProtocols get(); }  | |
Property Value
An SslProtocols enumerated value.Target Platforms: Microsoft .NET Framework 2.0
  
   
                    
Copy Code