Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the numerical limit that was exceeded.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.SharePoint.BusinessData.Administration.Client Namespace