Share via


UnauthorizedAccessMonitoringException.OperationNames Property

Definition

Gets the collection of Operation names specified for the exception.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ OperationNames { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> OperationNames { get; }
member this.OperationNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property OperationNames As ICollection(Of String)

Property Value

Returns the Operation names.

Applies to