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.
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