SPMobileNavigation.Text property
Obtém ou define o texto para o controle de navegação, o rótulo em um botão ou o texto de um link.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable Property Text As String
Get
Set
'Uso
Dim instance As SPMobileNavigation
Dim value As String
value = instance.Text
instance.Text = value
public virtual string Text { get; set; }
Property value
Type: System.String
Um objeto String que representa o rótulo de um botão ou o texto de um link.