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.