SearcherInfo.ProfileID-Eigenschaft
Ruft ab oder legt die GUID des Benutzerprofils.
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; }
Eigenschaftswert
Typ: System.Guid
Die GUID des Benutzerprofils.