VariationLabel.DisplayName - Propriété
Renvoie le nom d'affichage (IU) interface utilisateur de l'étiquette.
Espace de noms : Microsoft.SharePoint.Client.Publishing
Assemblys : Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DisplayName As String
Get
'Utilisation
Dim instance As VariationLabel
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
Valeur de propriété
Type : System.String
Le nom d'affichage de l'étiquette.
Remarques
La valeur de cette propriété par défaut la valeur de la propriété Title . Cette propriété est utilisée par le contrôle prédéfini VariationsLabelMenu pour rendre le contrôle « Indicateur ».