[CanBeNullAttribute]
string ProtocolVersion { get; set; }
<CanBeNullAttribute>
Property ProtocolVersion As String
Get
Set
[CanBeNullAttribute]
property String^ ProtocolVersion {
String^ get ();
void set (String^ value);
}
[<CanBeNullAttribute>]
abstract ProtocolVersion : string with get, set