PeoplePickerDialog.WebApplicationId property

Sets or retrieves a unique identifier (GUID) that identifies the Web application that is associated with the control.

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

Syntax

'Declaration
Public Property WebApplicationId As Guid
    Get
    Set
'Usage
Dim instance As PeoplePickerDialog
Dim value As Guid

value = instance.WebApplicationId

instance.WebApplicationId = value
public Guid WebApplicationId { get; set; }

Property value

Type: System.Guid
A Guid that represents the GUID.

See also

Reference

PeoplePickerDialog class

PeoplePickerDialog members

Microsoft.SharePoint.WebControls namespace