VerbsData.Save Field
Specifies an action that preserves data from loss. This field is introduced in Windows PowerShell 2.0.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
The following example shows how this field is used in the Cmdlet attribute:
[Cmdlet(VerbsData.Save, "Data")] public class SaveDataCommand : Cmdlet
The verb portion of a cmdlet name specifies the action that is taken by the cmdlet and is specified by the Cmdlet attribute. For more information about the declaration syntax used to specify the Cmdlet attribute, see Cmdlet Attribute Declaration.
For more information about the guidelines for selecting verb names, see Cmdlet Verb Names.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.