Rule.Description 属性
定义
获取或设置 Rule 的说明。Gets or sets a description of the Rule.
public:
property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String
属性值
- String
Rule 的说明。A description of the Rule.
适用于