Share via


ISql100EventSessionTarget.EventModuleGuid Property

Gets or sets an event module GUID.

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

Syntax

'Declaration
Property EventModuleGuid As String
    Get
    Set
'Usage
Dim instance As ISql100EventSessionTarget
Dim value As String

value = instance.EventModuleGuid

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql100EventSessionTarget Interface

ISql100EventSessionTarget Members

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