CompiledViewDescriptor.ExpirationTokens 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.
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, setPublic Property ExpirationTokens As IList(Of IChangeToken)