ActionHandlerCollection.ActionHandler Property

Definition

Gets or sets the ActionHandler of the collection.

public:
 property cli::array <Microsoft::SqlServer::Management::ActionHandlerInfo ^> ^ ActionHandler { cli::array <Microsoft::SqlServer::Management::ActionHandlerInfo ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ActionHandlerInfo ^> ^ value); };
[System.Xml.Serialization.XmlElement("ActionHandler")]
public Microsoft.SqlServer.Management.ActionHandlerInfo[] ActionHandler { get; set; }
[<System.Xml.Serialization.XmlElement("ActionHandler")>]
member this.ActionHandler : Microsoft.SqlServer.Management.ActionHandlerInfo[] with get, set
Public Property ActionHandler As ActionHandlerInfo()

Property Value

The ActionHandler of the collection.

Attributes

Applies to