SPMobileBaseFieldControl.LabelControl property
Obtém o filho controle label, se houver, que processa o valor do campo.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overridable ReadOnly Property LabelControl As Label
Get
'Uso
Dim value As Label
value = Me.LabelControl
protected virtual Label LabelControl { get; }
Property value
Type: Microsoft.SharePoint.Mobile.Controls.Label
Um objeto Label que processa o valor do campo.
Ver também
Referência
SPMobileBaseFieldControl class