PlayReadySecureStopServiceRequest.StartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the secure stop session's start time property.
public:
property DateTime StartTime { DateTime get(); };
DateTime StartTime();
public System.DateTimeOffset StartTime { get; }
var dateTime = playReadySecureStopServiceRequest.startTime;
Public ReadOnly Property StartTime As DateTimeOffset
Property Value
The secure stop session's start time.