SPMonitoredScopeData.Name property
Name of the scope
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property Name As String
Get
Set
'Usage
Dim instance As SPMonitoredScopeData
Dim value As String
value = instance.Name
instance.Name = value
[DataMemberAttribute(IsRequired = true)]
public string Name { get; set; }
Property value
Type: System.String