Schedule.ToByteArray Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function ToByteArray As Byte()
'Usage
Dim instance As Schedule
Dim returnValue As Byte()
returnValue = instance.ToByteArray()
public byte[] ToByteArray()
Return Value
Type: []