: NamedPropertyDictionary.Item (Propiedad) (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Sets or returns the value of an item in the NamedPropertyDictionary object.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Default Property Item ( _
propertyName As String _
) As Object
'Uso
Dim instance As NamedPropertyDictionary
Dim propertyName As String
Dim value As Object
value = instance(propertyName)
instance(propertyName) = value
public Object this [
string propertyName
] { get; set; }
Parámetros
- propertyName
The name of the property.
Valor de propiedad
The name of the property.
Vea también
Referencia
NamedPropertyDictionary (Clase)
NamedPropertyDictionary (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)