NamedMethodDictionary.Item Property
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
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
public Method this[
string methodName
] { get; set; }
Parameters
- methodName
Type: System.String
The 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