'Declaration
<NotNullAttribute()> Public Overloads Shared Function Literal( _ ByVal value As Object _ ) As UALiteralOperand
'Usage
Dim value As Object Dim value As UALiteralOperand value = UAFilterElements.Literal(value)
[NotNull()] public static UALiteralOperand Literal( object value )
[NotNull()] public: static UALiteralOperand^ Literal( Object^ value )
Parameters
- value
- A literal value.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
The created operand.
This method never returns null
(Nothing
in Visual Basic).