Share via


MethodInstance.MethodInstanceType Property

Gets or sets a MethodInstanceType indicating the type of the current MethodInstance object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MethodInstanceType As MethodInstanceType
    Get
    Set
'Usage
Dim instance As MethodInstance
Dim value As MethodInstanceType

value = instance.MethodInstanceType

instance.MethodInstanceType = value
public MethodInstanceType MethodInstanceType { get; set; }

Property Value

Type: Microsoft.BusinessData.MetadataModel.MethodInstanceType
A MethodInstance object.

See Also

Reference

MethodInstance Class

MethodInstance Members

Microsoft.SharePoint.BusinessData.Administration Namespace