SPMobileComponent.FieldControlCollection property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FieldControlCollection As ArrayList
Get
'Usage
Dim instance As SPMobileComponent
Dim value As ArrayList
value = instance.FieldControlCollection
public virtual ArrayList FieldControlCollection { get; }
Property value
Type: System.Collections.ArrayList