DacLogEntry.Title Property

Gets or sets the title of the log entry message.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Property Title As String
    Get
    Set
'Usage
Dim instance As DacLogEntry
Dim value As String

value = instance.Title

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

Property Value

Type: System.String
The title of the log entry message.

See Also

Reference

DacLogEntry Class

Microsoft.SqlServer.Management.Dac Namespace