SPMobileFileField.Text - Propriété
Obtient ou définit le texte du champ.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Text As String
Get
Set
'Utilisation
Dim instance As SPMobileFileField
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
Valeur de propriété
Type : System.String
String qui représente le texte du champ.