PutOptions.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.