MethodInstanceStruct.MethodId property

Gets or sets the method identifier (ID).

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

Syntax

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

value = instance.MethodId

instance.MethodId = value
public uint MethodId { get; set; }

Property value

Type: System.UInt32
The method ID.

See also

Reference

MethodInstanceStruct class

MethodInstanceStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace