AverageRatingField.FieldRenderingMobileControl property

Gets the MobileAverageRatingField control that is used to render the AverageRatingField.

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

Syntax

'Declaration
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
'Usage
Dim instance As AverageRatingField
Dim value As SPMobileBaseFieldControl

value = instance.FieldRenderingMobileControl
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }

Property value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
A MobileAverageRatingField object that represents the control.

See also

Reference

AverageRatingField class

AverageRatingField members

Microsoft.SharePoint.Portal.WebControls namespace