C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.PropertyRow_r

The PropertyRow_r structure is an encoding of the StandardPropertyRow data structure.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Reserved uint
Values uint

Property Details

Reserved public property

Reserved. All clients and servers MUST set this value to the constant 0x00000000.
public uint Reserved
return uint

Values public property

The number of PropertyValue_r structures represented in the PropertyRow_r structure. This value MUST NOT exceed 100,000.
public uint Values
return uint