Set the default value for unspecified data items.
If no value for a data item is given this value is inserted into the expression. If not specified with a call to this method an zero length string is inserted.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function setDefaultValue( _ 
   ByVal default_value As String _ 
) As NetricsPredicateMapper
C#
public NetricsPredicateMapper setDefaultValue(
   string default_value
)
C++
public:
 NetricsPredicateMapper setDefaultValue(
   String default_value
) sealed 
J#
public NetricsPredicateMapper setDefaultValue(
   string default_value
)
JScript
public  function setDefaultValue(
   default_value : String
) : NetricsPredicateMapper

Parameters

default_value
The default value for unspecified strings. If null, a zero length string is used (the default).

Return Value

This object for chaining.

See Also