TraceRecord.Operation Property

Gets or sets the logical operation name being performed.

Namespace:  System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Property Operation As String 
    Get 
    Set
'Usage
Dim instance As TraceRecord 
Dim value As String 

value = instance.Operation

instance.Operation = value
public string Operation { get; set; }
public:
property String^ Operation {
    String^ get ();
    void set (String^ value);
}
member Operation : string with get, set
function get Operation () : String 
function set Operation (value : String)

Property Value

Type: System.String
The logical operation name being performed.

See Also

Reference

TraceRecord Class

System.Web.Http.Tracing Namespace