NamedPropertyDictionary.Item Property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Default Property Item ( _
    propertyName As String _
) As Object
    Get
    Set
'Usage
Dim instance As NamedPropertyDictionary
Dim propertyName As String
Dim value As Object

value = instance(propertyName)

instance(propertyName) = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Object this[
    string propertyName
] { get; set; }

Parameters

Property Value

Type: System.Object
The name of the property.

See Also

Reference

NamedPropertyDictionary Class

NamedPropertyDictionary Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace