RecordingScope.OperationDescriptor Property |
Gets or sets the IOperationDescriptor for the current scope.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public IOperationDescriptor OperationDescriptor { get; set; }
Property Value
Type: IOperationDescriptorTo set the name of the current scope, assign this property to an instance of the NamedOperationDescriptor class.