SPMobileAttachmentsField.SubControlNumberLimitKey Property
Gets the key used to look up the maximum allowed subcontrols for the rendered field in the mobile web.config file.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property SubControlNumberLimitKey As String
Get
'Usage
Dim value As String
value = Me.SubControlNumberLimitKey
protected override string SubControlNumberLimitKey { get; }
Property Value
Type: System.String
Returns "mobile_attachmentsfieldnumberlimit."
Remarks
"mobile_attachmentsfieldnumberlimit" is assigned to a numeric value in the mobile web.config.
See Also
Reference
SPMobileAttachmentsField Class