PutOptions.Type 属性

定义

获取或设置要为对象执行的提交的类型。

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 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库

适用于