C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.UInt16Class

A class wraps UInt16. This class is used especially for some optional integer fields. To set it null means not the field of this type will not present, or else it is present.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
actualData System.UInt16

Public Methods

Method Description
UInt16Class ( UInt16 interger ) : System

Constructor to fill actualData

Method Details

UInt16Class() public method

Constructor to fill actualData
public UInt16Class ( UInt16 interger ) : System
interger System.UInt16
return System

Property Details

actualData public_oe property

The actual data hold.
public UInt16,System actualData
return System.UInt16