MethodInstanceStruct.MethodInstanceType Property
Gets or sets the MethodInstance type.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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
Microsoft.SharePoint.BusinessData.Administration.Client Namespace