SPMobileComponent.Field property

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property Field As SPField
    Get
    Set
'Usage
Dim instance As SPMobileComponent
Dim value As SPField

value = instance.Field

instance.Field = value
public virtual SPField Field { get; set; }

Property value

Type: Microsoft.SharePoint.SPField

See also

Reference

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace