Partager via


Field.ReadOnlyField - Propriété

Gets or sets a value that specifies whether the value of the field is read-only.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property ReadOnlyField As Boolean
    Get
    Set
'Utilisation
Dim instance As Field
Dim value As Boolean

value = instance.ReadOnlyField

instance.ReadOnlyField = value
public bool ReadOnlyField { get; set; }

Valeur de propriété

Type : System.Boolean
Returns Booleantrue if the value of the field is read-only; otherwise, returns false.

Exceptions

Exception Condition
[System.NotSupportedException]

Value is changed, and the list is an external list. Error code: -1.

Voir aussi

Référence

Field classe

Field - Membres

Microsoft.SharePoint.Client - Espace de noms