共用方式為


FieldRatingScale.GridEndNumber Property

Gets or sets a value that specifies the end number for the rating scale.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property GridEndNumber As Integer
    Get
    Set
'Usage
Dim instance As FieldRatingScale
Dim value As Integer

value = instance.GridEndNumber

instance.GridEndNumber = value
[RemoteAttribute]
public int GridEndNumber { get; set; }

Property Value

Type: System.Int32
Returns a Int32 instance representing the end number for the rating scale.

See Also

Reference

FieldRatingScale Class

FieldRatingScale Members

Microsoft.SharePoint.Client Namespace