NewAzureADApplicationCommand.EndDate Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The end date till which password or key is valid. Default value is one year after current time.", Mandatory=false, ParameterSetName="ApplicationWithPasswordPlainParameterSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The end date till which password or key is valid. Default value is one year after current time.", Mandatory=false, ParameterSetName="ApplicationWithKeyPlainParameterSet", ValueFromPipelineByPropertyName=true)]
public DateTime EndDate { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The end date till which password or key is valid. Default value is one year after current time.", Mandatory=false, ParameterSetName="ApplicationWithPasswordPlainParameterSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The end date till which password or key is valid. Default value is one year after current time.", Mandatory=false, ParameterSetName="ApplicationWithKeyPlainParameterSet", ValueFromPipelineByPropertyName=true)>]
member this.EndDate : DateTime with get, set
Public Property EndDate As DateTime

Property Value

DateTime
Attributes

Applies to