TracingRule.OperationName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the OperationName, an exact match.
public:
property System::String ^ OperationName { System::String ^ get(); };
public string? OperationName { get; }
member this.OperationName : string
Public ReadOnly Property OperationName As String
Property Value
The operation name. If null or empty, all activities within the matching sources are matched.