ULSLogEntry.Message property

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Message As String
    Get
    Set
'Usage
Dim instance As ULSLogEntry
Dim value As String

value = instance.Message

instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }

Property value

Type: System.String

See also

Reference

ULSLogEntry class

ULSLogEntry members

Microsoft.SharePoint.Diagnostics namespace