Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID for the search service application.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SearchServiceApplicationId As Guid
Get
Set
'Usage
Dim instance As SearchServiceApplicationInfo
Dim value As Guid
value = instance.SearchServiceApplicationId
instance.SearchServiceApplicationId = value
[DataMemberAttribute]
public Guid SearchServiceApplicationId { get; set; }
Property Value
Type: System.Guid
The Search service application GUID.
See Also
Reference
SearchServiceApplicationInfo Class