MethodStruct constructor (Method)
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
method As Method _
)
'Usage
Dim method As Method
Dim instance As New MethodStruct(method)
public MethodStruct(
Method method
)
Parameters
method
Type: Microsoft.SharePoint.BusinessData.Administration.MethodThe method object.