TraceRecord.Operator Property
Gets or sets the logical name of the object performing the operation.
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Operator As String
Get
Set
'Usage
Dim instance As TraceRecord
Dim value As String
value = instance.Operator
instance.Operator = value
public string Operator { get; set; }
public:
property String^ Operator {
String^ get ();
void set (String^ value);
}
member Operator : string with get, set
function get Operator () : String
function set Operator (value : String)
Property Value
Type: System.String
The logical name of the object performing the operation.