User.Deleted 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.
Timestamp indicating when the user was deleted (yyyy-MM-ddTHH:mm:ss.fffZ). Without admin permissions, only non deleted user will be returned
[System.Text.Json.Serialization.JsonPropertyName("deleted")]
public DateTime? Deleted { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("deleted")>]
member this.Deleted : Nullable<DateTime> with get, set
Public Property Deleted As Nullable(Of DateTime)
Property Value
- Attributes