public Nullable<bool> ExclusiveMinimum { get; set; }
Public Property ExclusiveMinimum As Nullable(Of Boolean) Get Set
public: property Nullable<bool> ExclusiveMinimum { Nullable<bool> get (); void set (Nullable<bool> value); }