Switch.Description 属性

定义

获取开关说明。

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

属性值

切换描述。 默认值为空字符串 ("")。

注解

此属性应指示开关的功能;例如,“启用目录观察程序组件的跟踪”。值由 descriptor 构造函数中的 Switch 参数设置。

适用于

另请参阅