returns the major protocol version number this element
is working against.
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public int ProtocolMajor { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ProtocolMajor As Integer |
| Visual C++ |
|---|
public: virtual property int ProtocolMajor { int get () sealed; void set (int value) sealed; } |