ErrorLogsGetResponse.Logs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of logs.
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)
Property Value
The list of logs.
- Attributes