CompiledViewDescriptor.ExpirationTokens Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
IChangeToken istanze che indicano quando questo risultato è scaduto.
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)