_SolutionsModule.Position Property

Definition

Returns or sets an Integer (int in C#) that represents the ordinal position of the SolutionsModule object when it is displayed in the NavigationPane. Read/write.

public:
 property int Position { int get(); void set(int value); };
public int Position { get; set; }
Public Property Position As Integer

Property Value

Remarks

This property can only be set to a value between 1 and 9. An error occurs if you attempt to set this property to a value outside that range. If no solutions exist in the Solutions module, setting or getting the Position property also raises an error.

Changing the value of this property for a given SolutionsModule object changes the Position values of other navigation modules in a NavigationModules collection, depending on the relative change between the new value and the original value.

Applies to