Compartir a través de


: NamedEntityDictionary.Item (Propiedad) (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Sets or returns the value of an item in the NamedEntityDictionary object.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Default Property Item ( _
    entityName As String _
) As Entity
'Uso
Dim instance As NamedEntityDictionary
Dim entityName As String
Dim value As Entity

value = instance(entityName)

instance(entityName) = value
public Entity this [
    string entityName
] { get; set; }

Parámetros

  • entityName
    The name of the entity.

Valor de propiedad

The name of the entity.

Vea también

Referencia

NamedEntityDictionary (Clase)
NamedEntityDictionary (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)