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

A class wraps UInt32. 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

Public Properties

Property Type Description
actualData System.UInt32

Public Methods

Method Description
UInt32Class ( UInt32 interger ) : System

Constructor to fill actualData

Method Details

UInt32Class() public method

Constructor to fill actualData
public UInt32Class ( UInt32 interger ) : System
interger System.UInt32
return System

Property Details

actualData public_oe property

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