ComputerName Property (ExecutionHistoryItem)
In This Topic
The name of the computer where the instance executed.
Syntax
'Declaration
Public ReadOnly Property ComputerName As String
public string ComputerName {get;}
public:
property String^ ComputerName {
String^ get();
}
See Also