ZoneMembershipCondition.SecurityZone 属性

定义

获取或设置要针对其测试成员条件的区域。Gets or sets the zone for which the membership condition tests.

public:
 property System::Security::SecurityZone SecurityZone { System::Security::SecurityZone get(); void set(System::Security::SecurityZone value); };
public System.Security.SecurityZone SecurityZone { get; set; }
member this.SecurityZone : System.Security.SecurityZone with get, set
Public Property SecurityZone As SecurityZone

属性值

SecurityZone

要针对其测试成员条件的区域。The zone for which the membership condition tests.

例外

该值为 nullThe value is null.

尝试将 SecurityZone 设置为无效的 SecurityZoneAn attempt is made to set SecurityZone to an invalid SecurityZone.

注解

SecurityZone有关特定区域的定义,请参阅枚举。Refer to the SecurityZone enumeration for a definition of specific zones.

适用于