Freigeben über


FieldUrl.DisplayFormat-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der das Anzeigeformat für den Wert im Feld angibt.

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

Syntax

'Declaration
Public Property DisplayFormat As UrlFieldFormatType
    Get
    Set
'Usage
Dim instance As FieldUrl
Dim value As UrlFieldFormatType

value = instance.DisplayFormat

instance.DisplayFormat = value
public UrlFieldFormatType DisplayFormat { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.UrlFieldFormatType
Gibt eine UrlFieldFormatType -Instanz, die das Anzeigeformat für den Wert im Feld darstellt.

Ausnahmen

Ausnahme Bedingung
[Microsoft.SharePoint.SPException]

Der Server lässt nicht Eigenschaften des Felds geändert werden soll. Fehlercode:-2146232832.

Siehe auch

Referenz

FieldUrl Klasse

FieldUrl-Member

Microsoft.SharePoint.Client-Namespace