ConstantValueType.Value Property
The Value property gets or sets the value to compare in a restriction.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Value As String
Get
Set
'Usage
Dim instance As ConstantValueType
Dim value As String
value = instance.Value
instance.Value = value
public string Value { get; set; }
Property Value
Type: System.String
The Value property returns a string that represents the value to search for in a restriction.
See Also