命名空间: Microsoft.SharePoint.Diagnostics
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Level As String
Get
Set
用法
Dim instance As ULSLogEntry
Dim value As String
value = instance.Level
instance.Level = value
[DataMemberAttribute]
public string Level { get; set; }