NamedPropertyDictionary.Item Property
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
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
public Object this[
string propertyName
] { get; set; }
Parameters
- propertyName
Type: System.String
The name of the property.
Property Value
Type: System.Object
The name of the property.
See Also
Reference
NamedPropertyDictionary Members
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace