FieldUrl.DisplayFormat - Propriété
Options de modification de la requête.
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 DisplayFormat As UrlFieldFormatType
Get
Set
'Utilisation
Dim instance As FieldUrl
Dim value As UrlFieldFormatType
value = instance.DisplayFormat
instance.DisplayFormat = value
public UrlFieldFormatType DisplayFormat { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.UrlFieldFormatType
Retourne une instance de UrlFieldFormatType qui représente le format d'affichage pour la valeur du champ.
Exceptions
Exception | Condition |
---|---|
[Microsoft.SharePoint.SPException] | Le serveur ne permet pas de propriétés du champ à modifier. Code d'erreur :-2146232832. |