ICollection.ApproveAllItemsModifiedAt 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.
Gets the modified date of all items approved.
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets the modified date of all items approved.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="approveAllItemsModifiedAt", Update=false)]
public DateTime? ApproveAllItemsModifiedAt { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets the modified date of all items approved.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="approveAllItemsModifiedAt", Update=false)>]
member this.ApproveAllItemsModifiedAt : Nullable<DateTime>
Public ReadOnly Property ApproveAllItemsModifiedAt As Nullable(Of DateTime)
Property Value
- Attributes