SPFieldMultiLineText.AllowHyperlink - Propriété
Obtient ou définit une valeur booléenne qui indique si les liens hypertexte peuvent être utilisés dans le champ.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AllowHyperlink As Boolean
Get
Set
'Utilisation
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.AllowHyperlink
instance.AllowHyperlink = value
public bool AllowHyperlink { get; set; }
Valeur de propriété
Type : System.Boolean
true si les liens hypertexte peuvent être utilisés ; dans le cas contraire, false.