PnsCredential.BlockedOn Property

Definition

Gets or sets the time and date this credential is blocked on.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="BlockedOn")]
public DateTime? BlockedOn { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="BlockedOn")>]
member this.BlockedOn : Nullable<DateTime> with get, set
Public Property BlockedOn As Nullable(Of DateTime)

Property Value

The time and date this credential is blocked on.

Attributes

Applies to