MethodInstance.MethodId Property

NOTE: This API is now obsolete.

Returns the ID of the method the method instance belongs to.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property MethodId As UInteger
    Get
'Usage
Dim instance As MethodInstance
Dim value As UInteger

value = instance.MethodId
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public uint MethodId { get; }

Property Value

Type: System.UInt32
The ID of the method.

See Also

Reference

MethodInstance Class

MethodInstance Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace