NewAzureADApplicationCommand.EndDate 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.
[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
- Attributes