ErrorLogsGetResponse.Logs 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.
Spécifie la liste des journaux.
public:
property System::Collections::Generic::List<System::String ^> ^ Logs { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.List<string> Logs { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Logs : System.Collections.Generic.List<string> with get, set
Public Property Logs As List(Of String)
Valeur de propriété
Liste des journaux.
- Attributs