public string ProtocolVersion { get; set; }
Public Property ProtocolVersion As String
Get
Set
public:
virtual property String^ ProtocolVersion {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ProtocolVersion : string with get, set
override ProtocolVersion : string with get, set