SPMonitoredScopeData.Machine property
Machine of the scope. If not specified, the machine will be set to the client.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Machine As String
Get
Set
'Usage
Dim instance As SPMonitoredScopeData
Dim value As String
value = instance.Machine
instance.Machine = value
[DataMemberAttribute(IsRequired = false)]
public string Machine { get; set; }
Property value
Type: System.String