PutOptions.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要为对象执行的提交的类型。
public:
property System::Management::PutType Type { System::Management::PutType get(); void set(System::Management::PutType value); };
public System.Management.PutType Type { get; set; }
member this.Type : System.Management.PutType with get, set
Public Property Type As PutType
属性值
枚举值之一,指示要为对象执行的提交类型。
注解
属性值
默认值是 PutType。
.NET Framework 安全性
对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库。