_Rule.Name 属性

定义

返回或设置 C# 中的 字符串 (字符串 ,) 表示规则的名称。 读/写。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
Public Property Name As String

属性值

注解

Name 是集合对象中 Rules 规则的默认属性和索引器。 它对应于 PidTagRuleMsgName (0x65EC001E)。

同一个集合中规则的名称不唯一。

适用于