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)
Available in Sandboxed Solutions: No
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.