IActionHandlerInfo.DefaultProperties Property

Definition

Gets the default properties associated with the action handler.

public:
 property Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ DefaultProperties { Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ get(); };
public Microsoft.SqlServer.Management.Data.IPropertyDictionary DefaultProperties { get; }
member this.DefaultProperties : Microsoft.SqlServer.Management.Data.IPropertyDictionary
Public ReadOnly Property DefaultProperties As IPropertyDictionary

Property Value

The default properties associated with the action handler.

Applies to