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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxLongTermId byte[]
MinLongTermId byte[]

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the LongTermIdRange structure.

Size ( ) : int

Return the size of LongTermIdRange structure.

Method Details

Serialize() public méthode

Serialize the LongTermIdRange structure.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of LongTermIdRange structure.
public Size ( ) : int
Résultat int

Property Details

MaxLongTermId public_oe 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
Résultat byte[]

MinLongTermId public_oe 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
Résultat byte[]