| ProfilerDataName Property |
Gets the name of the profiler data.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringThe name of the profiler data.
Implements
INamedObjectNameSee Also