SPMonitoredScope.Name property
取得或設定指定範圍的程式碼區塊的易記名稱。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Name As String
Get
Set
'用途
Dim instance As SPMonitoredScope
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String
是指定範圍的易記名稱的字串。