SPContext.ListItemDisplayName property
Obtém ou define o nome de exibição do item que está associado com o contexto HTTP atual de Microsoft SharePoint Foundation.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property ListItemDisplayName As String
Get
Set
'Uso
Dim instance As SPContext
Dim value As String
value = instance.ListItemDisplayName
instance.ListItemDisplayName = value
public string ListItemDisplayName { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o nome de exibição.