ISectionSelfHelp.ReplacementMapWebResult 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.
Solution AzureKB results
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Solution AzureKB results", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IWebResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="webResults", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IWebResult> ReplacementMapWebResult { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Solution AzureKB results", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IWebResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="webResults", Update=true)>]
member this.ReplacementMapWebResult : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IWebResult> with get, set
Public Property ReplacementMapWebResult As List(Of IWebResult)
Property Value
- Attributes