PlayReadySecureStopServiceRequest.Stopped 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 stopped flag property which indicates whether the secure stop session for this request was cleanly shut down.
public:
property bool Stopped { bool get(); };
bool Stopped();
public bool Stopped { get; }
var boolean = playReadySecureStopServiceRequest.stopped;
Public ReadOnly Property Stopped As Boolean
Property Value
Boolean
bool
The secure stop session's stopped flag.