_AddressRuleCondition.Address 属性

定义

返回或设置 C #) 元素字符串 (字符串 的数组,以评估地址规则条件。 读/写。

public:
 property System::Object ^ Address { System::Object ^ get(); void set(System::Object ^ value); };
public object Address { get; set; }
Public Property Address As Object

属性值

注解

您可以指定带有一个元素的数组来评估一个地址,或者带有多个字符串的数组来评估多个地址。 在一个数组中指定的多个地址字符串是使用"逻辑或"运算评估的。

如果收件人或发件人地址中包含一个字符串,该字符串指定的 地址 ,条件的计算结果为 True

适用于