PropertyBag Constructors

Definition

Initializes a new instance of the PropertyBag class.

Overloads

PropertyBag()

Initializes a new instance of the PropertyBag class with no state tracking.

PropertyBag(Boolean)

Initializes a new instance of the PropertyBag class, using the specified state tracking.

PropertyBag()

Initializes a new instance of the PropertyBag class with no state tracking.

public:
 PropertyBag();
public PropertyBag ();
Public Sub New ()

Applies to

PropertyBag(Boolean)

Initializes a new instance of the PropertyBag class, using the specified state tracking.

public:
 PropertyBag(bool trackState);
public PropertyBag (bool trackState);
new Microsoft.Web.Management.Server.PropertyBag : bool -> Microsoft.Web.Management.Server.PropertyBag
Public Sub New (trackState As Boolean)

Parameters

trackState
Boolean

true to enable state tracking; false to disable state tracking.

Applies to