C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.MessageId

The MessageId field
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
MessageId ( ulong value ) : System

Initializes a new instance of the MessageId class.

Method Details

MessageId() public method

Initializes a new instance of the MessageId class.
public MessageId ( ulong value ) : System
value ulong The message Id value.
return System