ExceededMetadataObjectLimitException.Limit Property

Gets or sets the numerical limit that was exceeded.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Property Limit As Integer
    Get
    Set
'Usage
Dim instance As ExceededMetadataObjectLimitException
Dim value As Integer

value = instance.Limit

instance.Limit = value
public int Limit { get; set; }

Property Value

Type: System.Int32
The numerical value of the limit.

See Also

Reference

ExceededMetadataObjectLimitException Class

ExceededMetadataObjectLimitException Members

Microsoft.BusinessData.MetadataModel Namespace