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.