SetWSManInstanceCommand.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="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="URI")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Fragment { get; set; }[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="URI")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Fragment : string with get, setPublic Property Fragment As StringProperty Value
- Attributes