PackagedSession.Active Property

Definition

Gets or sets a Boolean value that specifies whether the session is active at the time of save.

public:
 property bool Active { bool get(); void set(bool value); };
public bool Active { get; set; }
member this.Active : bool with get, set
Public Property Active As Boolean

Property Value

True if the session is active, otherwise false.

Applies to