ISchedule.PropertiesType 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.
Supported type this scheduled task represents.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Supported type this scheduled task represents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType? PropertiesType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Supported type this scheduled task represents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.PropertiesType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType> with get, set
Public Property PropertiesType As Nullable(Of ScheduledType)
Property Value
- Attributes