다음을 통해 공유


ErrorLogsGetResponse.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)

속성 값

로그 목록입니다.

특성

적용 대상