C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_ACCOUNTINFO

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

공개 프로퍼티들

프로퍼티 타입 설명
Account byte[]
ClientID short
Reserved short

공개 메소드들

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

Serializes AUX_PERF_ACCOUNTINFO to a byte array

메소드 상세

Serialize() 공개 메소드

Serializes AUX_PERF_ACCOUNTINFO to a byte array
public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

Account 공개적으로 프로퍼티

Account (16 bytes): A GUID representing the client account information that relates to the client identification number in the ClientID field.
public byte[] Account
리턴 byte[]

ClientID 공개적으로 프로퍼티

ClientID (2 bytes): Client assigned identification number.
public short ClientID
리턴 short

Reserved 공개적으로 프로퍼티

Reserved (2 bytes): Padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public short Reserved
리턴 short