ContentGrant.ValidUntil Property

Definition

Gets the ending date and time that the granted Right expires.

public:
 property DateTime ValidUntil { DateTime get(); };
public DateTime ValidUntil { get; }
member this.ValidUntil : DateTime
Public ReadOnly Property ValidUntil As DateTime

Property Value

The end date and time that the granted Right expires, or DateTime.DateTime.MaxValue if there is no ending limitation.

Applies to

See also