CommandMetadata.SupportsTransactions Property

Definition

True if the cmdlet declared that it supports transactions, false otherwise.

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