ClientPeoplePicker.Direction property

String used to specify direction of the client control for localization

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Direction As String
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As String

value = instance.Direction

instance.Direction = value
public string Direction { get; set; }

Property value

Type: System.String

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace