LiteralText.BreakAfter - Propriété
Espace de noms : Microsoft.SharePoint.Mobile.Controls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property BreakAfter As Boolean
Get
Set
'Utilisation
Dim instance As LiteralText
Dim value As Boolean
value = instance.BreakAfter
instance.BreakAfter = value
public bool BreakAfter { get; set; }
Valeur de propriété
Type : System.Boolean