EventLogMachineName Property | |
Gets or sets MachineName.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string MachineName { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ MachineName {
String^ get ();
void set (String^ value);
}
function get_MachineName();
function set_MachineName(value);
Property Value
Type:
StringSee Also