Partager via


SPMobileFieldPropertyLabel.FormatString - Propriété

Obtient ou définit le format du nom de la propriété.

Espace de noms :  Microsoft.SharePoint.Mobile.WebControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property FormatString As String
    Get
    Set
'Utilisation
Dim instance As SPMobileFieldPropertyLabel
Dim value As String

value = instance.FormatString

instance.FormatString = value
public string FormatString { get; set; }

Valeur de propriété

Type : System.String
String qui représente le format du nom de la propriété. La valeur par défaut est "{0}:".

Remarques

Pour plus d'informations sur la mise en forme des chaînes, consultez Composite Formatting.

Voir aussi

Référence

SPMobileFieldPropertyLabel classe

SPMobileFieldPropertyLabel - Membres

Microsoft.SharePoint.Mobile.WebControls - Espace de noms

Autres ressources

Composite Formatting