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