Share via


ActionHandlerInfo.DefaultProperties Property

Gets or sets the default properties in the ActionHandler.

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

Syntax

'Declaration
Public Property DefaultProperties As RegisteredPropertyDictionary
    Get
    Set
'Usage
Dim instance As ActionHandlerInfo
Dim value As RegisteredPropertyDictionary

value = instance.DefaultProperties

instance.DefaultProperties = value
public RegisteredPropertyDictionary DefaultProperties { get; set; }
public:
property RegisteredPropertyDictionary^ DefaultProperties {
    RegisteredPropertyDictionary^ get ();
    void set (RegisteredPropertyDictionary^ value);
}
member DefaultProperties : RegisteredPropertyDictionary with get, set
function get DefaultProperties () : RegisteredPropertyDictionary
function set DefaultProperties (value : RegisteredPropertyDictionary)

Property Value

Type: Microsoft.SqlServer.Management.RegisteredPropertyDictionary
The default properties of the ActionHandler.