C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.ContentRestriction_r

The ContentRestriction_r structure is an encoding of the ContentRestriction data structure.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 프로퍼티들

프로퍼티 타입 설명
FuzzyLevel uint
PropTag uint

공개 메소드들

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

This method is used for serializing the ContentRestriction_r.

메소드 상세

Serialize() 공개 메소드

This method is used for serializing the ContentRestriction_r.
public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

FuzzyLevel 공개적으로 프로퍼티

Encodes the FuzzyLevelLow and FuzzyLevelHigh fields of the ContentRestriction data structure.
public uint FuzzyLevel
리턴 uint

PropTag 공개적으로 프로퍼티

Encodes the PropertyTag field of the ContentRestriction data structure.
public uint PropTag
리턴 uint