IRecurrencePattern.ExpirationDate 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.
When the recurrence will expire. This date is inclusive.
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="When the recurrence will expire. This date is inclusive.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="expirationDate")]
public DateTime ExpirationDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="When the recurrence will expire. This date is inclusive.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="expirationDate")>]
member this.ExpirationDate : DateTime with get, set
Public Property ExpirationDate As DateTime
Property Value
- Attributes