  | SerializationConfigGetPortableVersion Method  | 
 
            Gets the configured Portable version that will be used to differentiate two versions of the same class 
            that have changes on the class, like adding/removing a field or changing a type of a field.
            
 
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic virtual int GetPortableVersion()
Public Overridable Function GetPortableVersion As Integer
public:
virtual int GetPortableVersion()
abstract GetPortableVersion : unit -> int 
override GetPortableVersion : unit -> int 
Return Value
Type: 
Int32version of portable classes
See Also