C# 클래스 Microsoft.Protocols.TestSuites.Common.LongTermIdRange

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxLongTermId byte[]
MinLongTermId byte[]

공개 메소드들

메소드 설명
Serialize ( ) : byte[]

Serialize the LongTermIdRange structure.

Size ( ) : int

Return the size of LongTermIdRange structure.

메소드 상세

Serialize() 공개 메소드

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

Size() 공개 메소드

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

프로퍼티 상세

MaxLongTermId 공개적으로 프로퍼티

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
리턴 byte[]

MinLongTermId 공개적으로 프로퍼티

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
리턴 byte[]