[Missing <summary> documentation for "P:Couchbase.N1QL.Metrics.ExecutionTime"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string ExecutionTime { get; set; }
public string ExecutionTime { get; set; }
Public Property ExecutionTime As String
Get
Set
Public Property ExecutionTime As String
Get
Set
public:
property String^ ExecutionTime {
String^ get ();
void set (String^ value);
}
public:
property String^ ExecutionTime {
String^ get ();
void set (String^ value);
}
member ExecutionTime : string with get, set
member ExecutionTime : string with get, set
Property Value
Type:
String
See Also