Property ExpirationTime
ExpirationTime
Gets the expiration time of the row.
Declaration
public Nullable<DateTime> ExpirationTime { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<DateTime> |
Expiration time of the row. null if the row exists but
does not expire or the row does not exist.
|