HasRecorder(bool)
Determines whether the current object is attached to a Recorder, if not, optionally attaches the object to the default Recorder.
Declaration
[RecordingScope(RecordingScopeOption.Skip, AttributeId = -5178615502787633143, AttributePriority = 536870912)]
bool HasRecorder(bool autoAttach)
Parameters
Type | Name | Description |
---|---|---|
bool | autoAttach |
|
Returns
Type | Description |
---|---|
bool |
|