IJobResource.IsShippingAddressEditable 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.
Describes whether the shipping address is editable or not.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Describes whether the shipping address is editable or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isShippingAddressEditable")]
public bool? IsShippingAddressEditable { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Describes whether the shipping address is editable or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isShippingAddressEditable")>]
member this.IsShippingAddressEditable : Nullable<bool>
Public ReadOnly Property IsShippingAddressEditable As Nullable(Of Boolean)
Property Value
- Attributes