Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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..