QueryComponent.TransitionActionStartUtcTime Property

Gets the date and time in Coordinated Universal Time (UTC) format of when the transition started.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property TransitionActionStartUtcTime As DateTime
    Get
'Usage
Dim instance As QueryComponent
Dim value As DateTime

value = instance.TransitionActionStartUtcTime
public DateTime TransitionActionStartUtcTime { get; }

Property Value

Type: System.DateTime
The transition start date and time.

See Also

Reference

QueryComponent Class

QueryComponent Members

Microsoft.Office.Server.Search.Administration Namespace