C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookRequestBodyBase

A base class of request body for Address Book Server Endpoint.
Inheritance: IRequestBody
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the object to an array of bytes.

Method Details

Serialize() public abstract méthode

Serialize the object to an array of bytes.
public abstract Serialize ( ) : byte[]
Résultat byte[]