LatencyContextRegistrationOptions.CheckpointNames 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.
Obtient ou définit la liste des noms de points de contrôle inscrits.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ CheckpointNames { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IReadOnlyList<string> CheckpointNames { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.CheckpointNames : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property CheckpointNames As IReadOnlyList(Of String)
Valeur de propriété
- Attributs