Share via


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.

See Also

Reference

DefaultValueStruct Class

DefaultValueStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace