Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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