GetWSManInstanceCommand.Fragment 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 "Fragment". Specifies a section inside the instance that is to be updated or retrieved for the given operation.
[System.Management.Automation.Parameter(ParameterSetName="GetInstance")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Fragment { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="GetInstance")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Fragment : string with get, set
Public Property Fragment As String
Property Value
- Attributes