ScopedItemOptions Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines how session-state data can be used.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Usage
Visual Basic
Dim instance As ScopedItemOptions
Syntax
Visual Basic
<FlagsAttribute> _
Public Enumeration ScopedItemOptions
C#
[FlagsAttribute] public enum ScopedItemOptions
C++
[FlagsAttribute] public enum class ScopedItemOptions
J#
/** @attribute FlagsAttribute() */ public enum ScopedItemOptions
JScript
FlagsAttribute public enum ScopedItemOptions
Members
| Member name | Description |
|---|---|
| AllScope | The data is copied to all new scopes that are created. |
| Constant | The data cannot be overwritten or removed. |
| None | No options. |
| Private | The data is seen only in the current scope (not found from child scopes when doing lookup). |
| ReadOnly | The data can be removed, but not overwritten. |
| Unspecified |
Platforms
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSee Also
Send comments about this topic to Microsoft.