Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ordinal number of the parameter in the method signature.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property OrdinalNumber As Byte
Get
'Usage
Dim instance As Parameter
Dim value As Byte
value = instance.OrdinalNumber
public byte OrdinalNumber { get; }
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
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace