Delen via


PSRetentionPolicyParameters.Days Property

Definition

[Newtonsoft.Json.JsonProperty(Order=2)]
public int? Days { get; set; }
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Newtonsoft.Json.JsonProperty(Order=2)]
public int? Days { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=2)>]
member this.Days : Nullable<int> with get, set
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Newtonsoft.Json.JsonProperty(Order=2)>]
member this.Days : Nullable<int> with get, set
Public Property Days As Nullable(Of Integer)

Property Value

Attributes
Ps1XmlAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to