EventRecord.MachineName 属性

定义

获取在其上记录此事件的计算机的名称。

public:
 abstract property System::String ^ MachineName { System::String ^ get(); };
public abstract string MachineName { get; }
member this.MachineName : string
Public MustOverride ReadOnly Property MachineName As String

属性值

返回一个包含在其上记录此事件的计算机的名称的字符串。

适用于

另请参阅