'Declaration
Sub SetSequenceNumber( _ ByVal ParentNavigatorName As String, _ ByVal sequenceNumber As Integer _ )
void SetSequenceNumber( string ParentNavigatorName, int sequenceNumber )
void SetSequenceNumber( String^ ParentNavigatorName, int sequenceNumber )
Parameters
- ParentNavigatorName
- The name of the collection within the parent entity. E.g., "Steps" for the collection with a Job that contains JobSteps.
- sequenceNumber
- The new sequence number for this item within the collection (0-based).