'DeclarationReadOnly Property CrlCount As Nullable(Of Integer)
'UsageDim instance As IPkiStoreInfo Dim value As Nullable(Of Integer) value = instance.CrlCount
Nullable<int> CrlCount {get;}
property Nullable<int> CrlCount { Nullable<int> get(); }
'DeclarationReadOnly Property CrlCount As Nullable(Of Integer)
'UsageDim instance As IPkiStoreInfo Dim value As Nullable(Of Integer) value = instance.CrlCount
Nullable<int> CrlCount {get;}
property Nullable<int> CrlCount { Nullable<int> get(); }