共用方式為


QueryProperties.CorrelationId Property

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Property CorrelationId As Guid
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Guid

value = instance.CorrelationId

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

Property Value

Type: System.Guid
Returns Guid.

See Also

Reference

QueryProperties Class

QueryProperties Members

Microsoft.SharePoint.Search.Query Namespace