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