ExcludesValueType.Value Property
The Value property gets or sets a decimal or hexadecimal bitmask.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Value As String
Get
Set
'Usage
Dim instance As ExcludesValueType
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 either a decimal or hexadecimal bitmask.
Remarks
The Value property value must conform to the following regular expression: ((0x|0X)[0-9A-Fa-f]*)|([0-9]*).
See Also