Receive.ProtectionLevel 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示操作的保护级别的值。
public:
 property Nullable<System::Net::Security::ProtectionLevel> ProtectionLevel { Nullable<System::Net::Security::ProtectionLevel> get(); void set(Nullable<System::Net::Security::ProtectionLevel> value); };
	public System.Net.Security.ProtectionLevel? ProtectionLevel { get; set; }
	member this.ProtectionLevel : Nullable<System.Net.Security.ProtectionLevel> with get, set
	Public Property ProtectionLevel As Nullable(Of ProtectionLevel)
	属性值
操作的保护级别。
注解
此属性设置为 ProtectionLevel 枚举值之一。