'Declaration Public Property NumerationLevel As System.Nullable(Of Integer)
public System.Nullable<int> NumerationLevel { get; set; }
public: __property System.Nullable<int> get_NumerationLevel(); public: __property void set_NumerationLevel(
System.Nullable<int> value
);
public:
property System.Nullable<int> NumerationLevel { System.Nullable<int> get(); void set(System.Nullable<int> value); }