ISql100EventSessionAction.ActionName Property

Gets or sets an action name.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property ActionName As String
    Get
    Set
'Usage
Dim instance As ISql100EventSessionAction
Dim value As String

value = instance.ActionName

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100EventSessionAction Interface

ISql100EventSessionAction Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace