Share via


ActionHandlerInfo.Type Property

Gets or sets the string value that represents the Type.

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

Syntax

'Declaration
Public Property Type As String
    Get
    Set
'Usage
Dim instance As ActionHandlerInfo
Dim value As String

value = instance.Type

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

Property Value

Type: System.String
The value that represents the Type.