CpuProfilingSettingssettings Property
|
Use null to use the profiled application's settings, or provide custom settings.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic string settings { get; set; }
Public Property settings As String
Get
Set
public:
property String^ settings {
String^ get ();
void set (String^ value);
}
member settings : string with get, set
Property Value
Type:
String
See Also