Share via


ISql100EventSessionAction.ActionName Property

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

Syntax

'Declaration
Property ActionName As String
'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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100EventSessionAction Interface

ISql100EventSessionAction Members

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