InvokeWSManActionCommand.FilePath Property
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.
The following is the definition of the input parameter "FilePath". Updates the management resource specified by the ResourceURI and SelectorSet via this input file.
[System.Management.Automation.Alias(new System.String[] { "Path" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string FilePath { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Path" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.FilePath : string with get, set
Public Property FilePath As String
Property Value
- Attributes