'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.
Return Value
The created operand.