Share via


IActionHandlerInfo.DefaultProperties Property

Gets the default properties associated with the action handler.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property DefaultProperties As IPropertyDictionary
    Get
'Usage
Dim instance As IActionHandlerInfo
Dim value As IPropertyDictionary

value = instance.DefaultProperties
IPropertyDictionary DefaultProperties { get; }
property IPropertyDictionary^ DefaultProperties {
    IPropertyDictionary^ get ();
}
abstract DefaultProperties : IPropertyDictionary
function get DefaultProperties () : IPropertyDictionary

Property Value

Type: Microsoft.SqlServer.Management.Data.IPropertyDictionary
The default properties associated with the action handler.