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

The PropertyName_r structure is an encoding of the PropertyName data structure.
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
ID int
Reserved uint

Property Details

ID public property

Encode the lID field of the PropertyName data structure.
public int ID
return int

Reserved public property

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