WSManProviderInitializeParameters.ParamValue 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.
Parameter ParamValue.
[System.Management.Automation.Parameter(Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string ParamValue { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ParamValue : string with get, set
Public Property ParamValue As String
Property Value
- Attributes