Share via


ActionHandlerInfo.IActionHandlerInfo.DefaultProperties Property

Gets the default property of the dictionary.

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

Syntax

'Declaration
Private ReadOnly Property DefaultProperties As IPropertyDictionary
    Implements IActionHandlerInfo.DefaultProperties
    Get
'Usage
Dim instance As ActionHandlerInfo
Dim value As IPropertyDictionary

value = CType(instance, IActionHandlerInfo).DefaultProperties
IPropertyDictionary IActionHandlerInfo.DefaultProperties { get; }
private:
virtual property IPropertyDictionary^ DefaultProperties {
    IPropertyDictionary^ get () sealed = IActionHandlerInfo::DefaultProperties::get;
}
private abstract DefaultProperties : IPropertyDictionary
private override DefaultProperties : IPropertyDictionary
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.SqlServer.Management.Data.IPropertyDictionary
The default property of the dictionary.

Implements

IActionHandlerInfo.DefaultProperties