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