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 or sets the order of the action in the request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ActionOrder As Integer
Get
Set
'Usage
Dim instance As SPClientServiceActionUsageEntry
Dim value As Integer
value = instance.ActionOrder
instance.ActionOrder = value
public int ActionOrder { get; set; }
Property value
Type: System.Int32
See also
Reference
SPClientServiceActionUsageEntry class