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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.