ISlotDifference.ValueInTargetSlot 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.
Value of the setting in the target slot.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Value of the setting in the target slot.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="valueInTargetSlot")]
public string ValueInTargetSlot { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Value of the setting in the target slot.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="valueInTargetSlot")>]
member this.ValueInTargetSlot : string
Public ReadOnly Property ValueInTargetSlot As String
Property Value
- Attributes