Share via


SPObjectModelType.MethodNames Property

The list of method names.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property MethodNames As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As SPObjectModelType
Dim value As ReadOnlyCollection(Of String)

value = instance.MethodNames
public ReadOnlyCollection<string> MethodNames { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A ReadOnlyCollection<T> containing the method names..

See Also

Reference

SPObjectModelType Class

SPObjectModelType Members

Microsoft.SharePoint.Administration Namespace