ExceededMetadataObjectLimitException.Limit Property
Gets or Sets the numerical limit that was exceeded.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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