CompiledViewDescriptor.ExpirationTokens Property

Definition

IChangeToken instances that indicate when this result has expired.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::Primitives::IChangeToken ^> ^ ExpirationTokens { System::Collections::Generic::IList<Microsoft::Extensions::Primitives::IChangeToken ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::Primitives::IChangeToken ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.Primitives.IChangeToken> ExpirationTokens { get; set; }
public System.Collections.Generic.IList<Microsoft.Extensions.Primitives.IChangeToken>? ExpirationTokens { get; set; }
member this.ExpirationTokens : System.Collections.Generic.IList<Microsoft.Extensions.Primitives.IChangeToken> with get, set
Public Property ExpirationTokens As IList(Of IChangeToken)

Property Value

Applies to