DataTypeDataMaxLength Property |
Gets or sets the maximum length (for string and binary data types).
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "maxLength", EmitDefaultValue = false)]
public int? MaxLength { get; set; }<DataMemberAttribute(Name := "maxLength", EmitDefaultValue := false)>
Public Property MaxLength As Integer?
Get
Set
public:
[DataMemberAttribute(Name = L"maxLength", EmitDefaultValue = false)]
property Nullable<int> MaxLength {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute(Name = "maxLength", EmitDefaultValue = false)>]
member MaxLength : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also