PropertyBag Constructors
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.
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.