This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class DynamicStorage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class DynamicStorage

The type exposes the following members.

Public Methods

  Name Description
Public method Contains
Determines whether the given property exists in the global storage.
Public method Equals (Inherited from Object.)
Public method Get
Gets the specified global storage property.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock
Tries to locks the specified property for writing.
Public method Remove
Removes the specified property from global storage.
Public method Set Overloaded.
Public method ToString (Inherited from Object.)
Public method Unlock
Unlocks the specified property so that others can write to it.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced