LogProviderXMLFileClass.Description 속성

정의

로그 공급자에 대한 설명을 가져오거나 설정합니다.

public:
 virtual property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public virtual string Description { get; set; }
member this.Description : string with get, set
Public Overridable Property Description As String

속성 값

로그 공급자에 대한 설명입니다.

구현

설명

자세한 내용은 LogProvider를 참조하세요.

적용 대상