: ContactFieldControl.LabelText (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ResourcesAttribute("WebPart_ContactField_LabelText", "", "")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("")> _
Public Property LabelText As String
'Uso
Dim instance As ContactFieldControl
Dim value As String
value = instance.LabelText
instance.LabelText = value
[ResourcesAttribute("WebPart_ContactField_LabelText", "", "")]
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute("")]
public string LabelText { get; set; }
Vea también
Referencia
ContactFieldControl (Clase)
ContactFieldControl (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)