ContainsExpressionType.Constant Property
The Constant property gets or sets a value in a restriction that is compared to a field.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Constant As ConstantValueType
Get
Set
'Usage
Dim instance As ContainsExpressionType
Dim value As ConstantValueType
value = instance.Constant
instance.Constant = value
public ConstantValueType Constant { get; set; }
Property Value
Type: ExchangeWebServices.ConstantValueType
The Constant property returns a ConstantValueType that identifies a value that is compared to the value of a field.
See Also