DefaultValueStruct.MethodInstanceId property
Gets or sets the MethodInstance identifier (ID).
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MethodInstanceId As UInteger
Get
Set
'Usage
Dim instance As DefaultValueStruct
Dim value As UInteger
value = instance.MethodInstanceId
instance.MethodInstanceId = value
public uint MethodInstanceId { get; set; }
Property value
Type: System.UInt32
The MethodInstance ID.