ULSLogEntry.Message - Propriété
Espace de noms : Microsoft.SharePoint.Diagnostics
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Message As String
Get
Set
'Utilisation
Dim instance As ULSLogEntry
Dim value As String
value = instance.Message
instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }
Valeur de propriété
Type : System.String