Runspace.DisconnectedOn 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.
DisconnectedOn property applies to remote runspaces that have been disconnected.
public:
property Nullable<DateTime> DisconnectedOn { Nullable<DateTime> get(); };
public DateTime? DisconnectedOn { get; }
member this.DisconnectedOn : Nullable<DateTime>
Public ReadOnly Property DisconnectedOn As Nullable(Of DateTime)