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
public ConstantValueType Constant { get; set; }
public:
property ConstantValueType^ Constant {
ConstantValueType^ get ();
void set (ConstantValueType^ value);
}
/** @property */
public ConstantValueType get_Constant ()
/** @property */
public void set_Constant (ConstantValueType value)
public function get Constant () : ConstantValueType
public function set Constant (value : ConstantValueType)
Property Value
The Constant property returns a ConstantValueType that identifies a value that is compared to the value of a field.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ContainsExpressionType Class
ContainsExpressionType Members
ExchangeWebServices Namespace