다음을 통해 공유


SPMonitoredScopeData.Id property

An integer id specify the scope id under the same correlation id. If not specified when put the data, an id will be automatically assigned

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Id As Long
    Get
    Set
'Usage
Dim instance As SPMonitoredScopeData
Dim value As Long

value = instance.Id

instance.Id = value
[DataMemberAttribute(IsRequired = false)]
public long Id { get; set; }

Property value

Type: System.Int64

See also

Reference

SPMonitoredScopeData class

SPMonitoredScopeData members

Microsoft.SharePoint.Diagnostics namespace