SPFieldUrlValue.Description - Propriété
Obtient ou définit le texte descriptif pour le lien.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Description As String
Get
Set
'Utilisation
Dim instance As SPFieldUrlValue
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient le texte descriptif.