SearcherInfo.ProfileID Property
Gets or sets the GUID of the user profile.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ProfileID As Guid
Get
Set
'Usage
Dim instance As SearcherInfo
Dim value As Guid
value = instance.ProfileID
instance.ProfileID = value
public Guid ProfileID { get; set; }
Property Value
Type: System.Guid
The GUID of the user profile.