BaseInterceptor.Sequence Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
abstract property long Sequence { long get(); void set(long value); };
public abstract long Sequence { get; set; }
member this.Sequence : int64 with get, set
Public MustOverride Property Sequence As Long