Share via


ScriptState.CreateSet Method

Creates a new VarSet object.

 ScriptState.CreateSet()

Return Value

Object (VarSet)

Remarks

You can use this VarSet object as a persistent store for script variables. Note that a name is not associated with the VarSet object until it is saved with the ScriptState.SaveSet method.

Requirements

Platforms: Requires Windows 2000 or later

Version: Requires MOM 2000  or later

See Also

ScriptState Object | VarSet Object