Share via


ISql100EventSessionSetting.SettingName Property

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

Syntax

'Declaration
Property SettingName As String
'Usage
Dim instance As ISql100EventSessionSetting 
Dim value As String 

value = instance.SettingName

instance.SettingName = value
string SettingName { get; set; }
property String^ SettingName {
    String^ get ();
    void set (String^ value);
}
function get SettingName () : String 
function set SettingName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100EventSessionSetting Interface

ISql100EventSessionSetting Members

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