CmdletCommonMetadataAttribute.SupportsTransactions Property

Definition

Gets or sets a Boolean value that indicates the Cmdlet supports Transactions. By default the value is false, meaning the cmdlet doesn't support Transactions.

public:
 property bool SupportsTransactions { bool get(); void set(bool value); };
public:
 property bool SupportsTransactions { bool get(); void set(bool value); };
public bool SupportsTransactions { get; set; }
member this.SupportsTransactions : bool with get, set
Public Property SupportsTransactions As Boolean

Property Value

Applies to