ErrorLogsGetResponse.Logs 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.
Specifica l'elenco dei log.
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)
Valore della proprietà
Elenco dei log.
- Attributi