returns the minor 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 ProtocolMinor { get; set; }
Visual Basic (Declaration)
Public Property ProtocolMinor As Integer
Visual C++
public:

virtual property int ProtocolMinor {

	int get () sealed;

	void set (int value) sealed;

}

Return Value

Implements

IVersionAware..::.ProtocolMinor

See Also