GetSharingFolderType.DataTypeSpecified Property
The DataTypeSpecified property gets or sets a Boolean value that specifies whether the DataType property is serialized into the SOAP request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DataTypeSpecified As Boolean
Get
Set
'Usage
Dim instance As GetSharingFolderType
Dim value As Boolean
value = instance.DataTypeSpecified
instance.DataTypeSpecified = value
public bool DataTypeSpecified { get; set; }
Property Value
Type: System.Boolean
The value of the DataTypeSpecified property is true if the DataType property is serialized into the SOAP request; otherwise, the value is false.
See Also