Share via


SPBackupRestoreParameter.ForceInputLtr Property

Gets or sets a value that indicates whether each character input by a user is added from left to right even if the language normally has a right-to-left reading order.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ForceInputLtr As Boolean
    Get
    Set
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As Boolean

value = instance.ForceInputLtr

instance.ForceInputLtr = value
public bool ForceInputLtr { get; set; }

Property Value

Type: System.Boolean
true if left-to-right order is forced; false otherwise.

See Also

Reference

SPBackupRestoreParameter Class

SPBackupRestoreParameter Members

Microsoft.SharePoint.Administration.Backup Namespace