MethodInstanceStruct.MethodInstanceType property

Gets or sets the MethodInstance type.

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

Syntax

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

value = instance.MethodInstanceType

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

Property value

Type: Microsoft.BusinessData.MetadataModel.MethodInstanceType
The MethodInstance type.

See also

Reference

MethodInstanceStruct class

MethodInstanceStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace