DotNetInvocationInfo.CallId 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 l’identificateur d’appel. Cette valeur est null lorsque le client ne s’attend pas à ce qu’une valeur soit retournée.
public:
property System::String ^ CallId { System::String ^ get(); };
public string? CallId { get; }
public string CallId { get; }
member this.CallId : string
Public ReadOnly Property CallId As String