IProject.CustomizationSettingUserCustomizationsEnableStatus 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.
Indicates whether user customizations are enabled.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates whether user customizations are enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus) }, ReadOnly=false, Required=false, SerializedName="userCustomizationsEnableStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus? CustomizationSettingUserCustomizationsEnableStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Indicates whether user customizations are enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus) }, ReadOnly=false, Required=false, SerializedName="userCustomizationsEnableStatus")>]
member this.CustomizationSettingUserCustomizationsEnableStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UserCustomizationsEnableStatus> with get, set
Public Property CustomizationSettingUserCustomizationsEnableStatus As Nullable(Of UserCustomizationsEnableStatus)
Property Value
- Attributes