SPObjectModelType.MethodNames property
The list of method names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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..