'Declaration
Public ReadOnly Property CrlCount As Nullable(Of Integer)
'Usage
Dim instance As PkiStoreInfo Dim value As Nullable(Of Integer) value = instance.CrlCount
public Nullable<int> CrlCount {get;}
public: property Nullable<int> CrlCount { Nullable<int> get(); }