PutOptions.Type Property

Definition

Gets or sets the type of commit to be performed for the object.

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

Property Value

One of the enumeration values that indicates the type of commit to be performed for the object.

Remarks

Property Value

The default value is PutType.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to