NamedDataClassDictionary.Item Property
NOTE: This API is now obsolete.
Sets or returns the value of an item in the NamedDataClassDictionary 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 ( _
dataClassName As String _
) As DataClass
Get
Set
'Usage
Dim instance As NamedDataClassDictionary
Dim dataClassName As String
Dim value As DataClass
value = instance(dataClassName)
instance(dataClassName) = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public DataClass this[
string dataClassName
] { get; set; }
Parameters
dataClassName
Type: System.StringThe name of the data class.
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
See Also
Reference
NamedDataClassDictionary Class
NamedDataClassDictionary Members
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace