ISessionPerformanceInfoName Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Label by which the statistic
or metric is known. When sub-classed, the property can be overridden to be a key property.
This property is inherited from CIM_StatisticalInformation.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string Name { get; set; }
Property Name As String
Get
Set
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
Property Value
Type:
String
The name.
See Also