Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookRequestBodyBase.Serialize C# (CSharp) Method

Serialize() public abstract method

Serialize the object to an array of bytes.
public abstract Serialize ( ) : byte[]
return byte[]
        public abstract byte[] Serialize();
    }
AddressBookRequestBodyBase