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.
Gets and sets the name of the client computer that provided the data.
Namespace: Microsoft.WindowsServerSolutions.Reporting
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public string ComputerName { get; set; }
public:
property String^ ComputerName {
String^ get();
void set(String^ value);
}
Public Property ComputerName As String
Property Value
Type: System.String
An instance of String that contains the client computer name.
See Also
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace
Return to top