C# Class Microsoft.Protocols.TestSuites.Common.LongTermIdRange

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
MaxLongTermId byte[]
MinLongTermId byte[]

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the LongTermIdRange structure.

Size ( ) : int

Return the size of LongTermIdRange structure.

Method Details

Serialize() public method

Serialize the LongTermIdRange structure.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of LongTermIdRange structure.
public Size ( ) : int
return int

Property Details

MaxLongTermId public property

LongTermId structure. The format of the LongTermId structure is specified in [MS-OXCDATA] section 2.2.1.3.1. This identifier specifies the end of a range.
public byte[] MaxLongTermId
return byte[]

MinLongTermId public property

LongTermId structure. The format of the LongTermId structure is specified in [MS-OXCDATA] section 2.2.1.3.1. This identifier specifies the beginning of a range.
public byte[] MinLongTermId
return byte[]