Share via


Parameter.OrdinalNumber Property

NOTE: This API is now obsolete.

Sets or gets the ordinal number of the parameter in the method signature.

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 Property OrdinalNumber As Byte
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As Byte

value = instance.OrdinalNumber

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

Property Value

Type: System.Byte
The ordinal number.

Remarks

This is used for imposing a deterministic ordering of the parameters in a Method signature.

See Also

Reference

Parameter Class

Parameter Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace